Skip to content

Commit

Permalink
push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jun 23, 2022
1 parent ad4ea29 commit 52649fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
DOCKER_REPO: pramsey/pg_tileserv
run: |
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
docker push $DOCKER_REPO
docker push --all-tags $DOCKER_REPO

0 comments on commit 52649fb

Please sign in to comment.