Skip to content

Commit

Permalink
update aliyun workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao29 committed Dec 18, 2024
1 parent 9fc9aaa commit 672c5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
image="${image%%@*}"
echo "image $image"
# 获取镜像名:版本号 例如nginx:1.25.3
image_name_tag=$(echo "$image" | awk -F'/' '{print $NF}')
# image_name_tag=$(echo "$image" | awk -F'/' '{print $NF}')
image_name_tag=$image
echo "image_name_tag $image_name_tag"
# 获取命名空间 例如kasmweb, 这里有种特殊情况 docker.io/nginx,把docker.io当成命名空间,也OK
Expand Down

0 comments on commit 672c5c2

Please sign in to comment.