Skip to content

Commit

Permalink
Add push all for docker image push
Browse files Browse the repository at this point in the history
Previous incantation pushed the latest tag. This incantation will
push all the tags, which includes the git sha allowing its use
when deploying containers.
  • Loading branch information
ssoriche committed Oct 16, 2023
1 parent a43be40 commit ab09b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Push build to Docker Hub
run: docker push metacpan/metacpan-web:latest
run: docker push --all-tags metacpan/metacpan-web:latest

0 comments on commit ab09b48

Please sign in to comment.