all tags last
This commit is contained in:
parent
72a685799c
commit
7d8722d995
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user