Skip to content

Commit 86f69a5

Browse files
authored
Merge pull request #2944 from metacpan/ssoriche/github-actions
2 parents a43be40 + ab09b48 commit 86f69a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-production-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
username: ${{ secrets.DOCKER_HUB_USER }}
2222
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2323
- name: Push build to Docker Hub
24-
run: docker push metacpan/metacpan-web:latest
24+
run: docker push --all-tags metacpan/metacpan-web:latest

0 commit comments

Comments
 (0)