From 74d5c92d489e01f25121789a3b1dd4e3b766233a Mon Sep 17 00:00:00 2001 From: donniean Date: Sat, 28 Sep 2024 18:01:51 +0800 Subject: [PATCH] ci: remove aliyuncs image registry Signed-off-by: donniean --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27ddc18aa67..a51dfb90068 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ on: push: # Sequence of patterns matched against refs/tags tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Build Release jobs: @@ -57,7 +57,6 @@ jobs: push: true tags: | docker.io/kubesphere/ks-console:${{ steps.chose_registry.outputs.tag }} - registry.cn-beijing.aliyuncs.com/kubesphereio/ks-console:${{ steps.chose_registry.outputs.tag }} - name: Build and push ks-console dev images uses: docker/build-push-action@v6