with all tags
This commit is contained in:
@@ -12,7 +12,5 @@ echo "docker: logging in"
|
||||
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
||||
|
||||
echo "docker: pushing image $tag"
|
||||
docker push "$tag" &
|
||||
docker push "$latest_tag" &
|
||||
wait
|
||||
docker push "$base_tag" --all-tags
|
||||
|
||||
|
Reference in New Issue
Block a user