Обновить .gitea/workflows/testscript

This commit is contained in:
Надежда Краснобородько 2024-05-24 13:05:47 +03:00
parent 3fd7e42cf1
commit c09ac19197

View File

@ -54,8 +54,9 @@ do
if [[ $tag != '' ]]
then
echo "newtag=$tag"
skopeo copy -a docker://$URL/$imgpath:$BR docker://$URL/$imgpath:$tag
scopeo delete docker://$URL/$imgpath:$BR
#skopeo delete docker://$URL/$imgpath:$BR
echo "tag is updated"
else echo "new tag is empty and is not sent to repository"
fi