diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 7469dd5..ae83518 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -184,7 +184,7 @@ jobs: --pre-hook-args "longhornio/longhorn-share-manager:${{ steps.var.outputs.tag }}" \ --pre-hook-args "longhornio/backing-image-manager:${{ steps.var.outputs.tag }}" \ --pre-hook-args "longhornio/longhorn-ui:${{ steps.var.outputs.tag }}" \ - --pre-hook-args "longhornio/cli:${{ steps.var.outputs.tag }}" \ + --pre-hook-args "longhornio/longhorn-cli:${{ steps.var.outputs.tag }}" \ --artifacts ./longhorn.yaml \ --artifacts ./longhorn-images.txt \ --artifacts ./charts.tar.gz \ diff --git a/.github/workflows/release-sprint.yml b/.github/workflows/release-sprint.yml index 8e64ecf..b6b61b7 100644 --- a/.github/workflows/release-sprint.yml +++ b/.github/workflows/release-sprint.yml @@ -141,7 +141,7 @@ jobs: --pre-hook-args "longhornio/longhorn-share-manager:${{ steps.var.outputs.tag }}" \ --pre-hook-args "longhornio/backing-image-manager:${{ steps.var.outputs.tag }}" \ --pre-hook-args "longhornio/longhorn-ui:${{ steps.var.outputs.tag }}" \ - --pre-hook-args "longhornio/cli:${{ steps.var.outputs.tag }}" \ + --pre-hook-args "longhornio/longhorn-cli:${{ steps.var.outputs.tag }}" \ --artifacts ./longhorn.yaml \ --artifacts ./longhorn-images.txt \ --artifacts ./charts.tar.gz \ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed6611e..3ca2853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -163,7 +163,7 @@ jobs: --pre-hook-args "longhornio/longhorn-share-manager:${{ steps.var.outputs.tag }}" \ --pre-hook-args "longhornio/backing-image-manager:${{ steps.var.outputs.tag }}" \ --pre-hook-args "longhornio/longhorn-ui:${{ steps.var.outputs.tag }}" \ - --pre-hook-args "longhornio/cli:${{ steps.var.outputs.tag }}" \ + --pre-hook-args "longhornio/longhorn-cli:${{ steps.var.outputs.tag }}" \ --artifacts ./longhorn.yaml \ --artifacts ./longhorn-images.txt \ --artifacts ./charts.tar.gz \