Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenclockseven authored Jun 29, 2024
1 parent 23fbb83 commit c89e3ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
# 将@sha256:等字符删除
#image_name_tag="${image_name_tag%%@*}"
image_name_tag="${image_name_tag}"
new_image="${ALIYUN_REGISTRY}/${ALIYUN_NAME_SPACE}/$platform_prefix$name_space_prefix$image_name_tag"
# new_image="${ALIYUN_REGISTRY}/${ALIYUN_NAME_SPACE}/$platform_prefix$name_space_prefix$image_name_tag"
new_image="registry.cn-beijing.aliyuncs.com/weihc-images/$platform_prefix$name_space_prefix$image_name_tag"
echo "docker tag $image $new_image"
docker tag $image $new_image
echo "docker push $new_image"
Expand Down

0 comments on commit c89e3ab

Please # to comment.