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 2930132 commit 23fbb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ 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"
echo "docker tag $image $new_image"
docker tag $image $new_image
echo "docker push $new_image"
Expand Down

0 comments on commit 23fbb83

Please # to comment.