From 8bfb312b43e42354bb5053410ea42536815e3a44 Mon Sep 17 00:00:00 2001 From: davidko Date: Sat, 13 Jul 2024 07:19:17 +0800 Subject: [PATCH] fix: wrong cli docker repo name Signed-off-by: davidko --- .github/workflows/release-preview.yml | 2 +- .github/workflows/release-sprint.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 \