Обновить .gitea/workflows/testscript
All checks were successful
Full building alt images / build-process (push) Successful in 4m25s
Full building alt images / test-process (push) Has been skipped

This commit is contained in:
Надежда Федорова 2024-05-24 15:31:15 +03:00
parent 425544a9e2
commit 92afc86488

View File

@ -56,7 +56,7 @@ do
then
echo "newtag=$tag"
newimgpath="$REPO/$BR/$ORG/$IM:$tag"
skopeo copy -a docker://$URL/$imgpath docker://$URL/$imgpath
skopeo copy -a docker://$URL/$imgpath docker://$URL/$newimgpath
#skopeo delete docker://$URL/$imgpath
echo "tag is updated"
else echo "new tag is empty and is not sent to repository"