all tags last

This commit is contained in:
2022-08-21 16:54:09 +02:00
parent 72a685799c
commit 7d8722d995

View File

@@ -12,5 +12,5 @@ echo "docker: logging in"
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
echo "docker: pushing image $tag"
docker push "$base_tag" --all-tags
docker push --all-tags "$base_tag"