From 33d6d8795cb9124088ebf957724dbfe4731d0f03 Mon Sep 17 00:00:00 2001 From: xuoutput <847438919@qq.com> Date: Wed, 29 Nov 2023 21:06:33 +0800 Subject: [PATCH] Revert "chore(ci): update acr registry from ack-cos to mocloud" This reverts commit 3f7d16667db8683b0bf26cb28566888970c0387a. --- .github/workflows/ci-mike.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-mike.yml b/.github/workflows/ci-mike.yml index 85de930..4f849a9 100644 --- a/.github/workflows/ci-mike.yml +++ b/.github/workflows/ci-mike.yml @@ -34,7 +34,7 @@ jobs: COMMIT_ID=$(git rev-parse HEAD) SHORT_COMMIT_ID=$(git rev-parse --short HEAD) ACR_REGISTRY=registry.cn-hangzhou.aliyuncs.com - ACR_NAMESPACE=mocloud + ACR_NAMESPACE=ack-cos ACR_IMAGE_NAME=matrixonecloud-docs.cn ACR_IMAGE_TAG=${{ inputs.branch }}_${COMMIT_ID} # Set output parameters. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0994cf9..ada36cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: COMMIT_ID=$(git rev-parse HEAD) SHORT_COMMIT_ID=$(git rev-parse --short HEAD) ACR_REGISTRY=registry.cn-hangzhou.aliyuncs.com - ACR_NAMESPACE=mocloud + ACR_NAMESPACE=ack-cos ACR_IMAGE_NAME=matrixonecloud-docs.cn ACR_IMAGE_TAG=${{ inputs.branch }}_${COMMIT_ID} # Set output parameters.