Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Explicitly push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Apr 30, 2021
1 parent 571e88d commit 5fce8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci-push
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ done
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin

echo 'Pushing tags'
docker push "$REPOSITORY"
docker push --all-tags "$REPOSITORY"

0 comments on commit 5fce8ca

Please sign in to comment.