From 73c8c84ae8e763e6a27f82046f16b6a9c1c199f3 Mon Sep 17 00:00:00 2001 From: donniean <12584040+donniean@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:13:08 +0800 Subject: [PATCH] ci: remove aliyuncs image registry (#4320) 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