Skip to content

Commit

Permalink
fix(ci): updated acr namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fwio authored and 3fuyang committed Sep 20, 2024
1 parent 7376e16 commit 115eba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=ack-cos
ACR_NAMESPACE=mocloud
ACR_IMAGE_NAME=matrixonecloud-docs.cn
ACR_IMAGE_TAG=${{ inputs.branch }}_${COMMIT_ID}
# Set output parameters.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=ack-cos
ACR_NAMESPACE=mocloud
ACR_IMAGE_NAME=matrixonecloud-docs.cn
ACR_IMAGE_TAG=${{ inputs.branch }}_${COMMIT_ID}
# Set output parameters.
Expand Down

0 comments on commit 115eba2

Please sign in to comment.