Skip to content

Commit

Permalink
Merge pull request #2944 from metacpan/ssoriche/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders authored Oct 16, 2023
2 parents a43be40 + ab09b48 commit 86f69a5
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 86f69a5

Please sign in to comment.