Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
COCONUTYA1 authored Jun 12, 2024
1 parent 8f84af6 commit 2294396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
for i in $(cat list.txt);
do
echo "docker pull registry.cn-hangzhou.aliyuncs.com/cachei/${i##*/} "
echo "docker tag registry.cn-hangzhou.aliyuncs.com/cachei/${i##*/} $i ;"
echo "docker tag registry.cn-hangzhou.aliyuncs.com/cachei/${i##*/} $i"
echo "docker rmi registry.cn-hangzhou.aliyuncs.com/cachei/${i##*/}"
done
Expand Down

0 comments on commit 2294396

Please sign in to comment.