Skip to content

Commit

Permalink
Merge pull request #2945 from metacpan/ssoriche/github-actions
Browse files Browse the repository at this point in the history
Remove tag name from docker push
  • Loading branch information
mickeyn authored Oct 17, 2023
2 parents 86f69a5 + a5043a3 commit be8bbf9
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 --all-tags metacpan/metacpan-web:latest
run: docker push --all-tags metacpan/metacpan-web

0 comments on commit be8bbf9

Please sign in to comment.