There was an error while loading. Please reload this page.
2 parents a43be40 + ab09b48 commit 86f69a5Copy full SHA for 86f69a5
.github/workflows/build-production-container.yml
@@ -21,4 +21,4 @@ jobs:
21
username: ${{ secrets.DOCKER_HUB_USER }}
22
password: ${{ secrets.DOCKER_HUB_TOKEN }}
23
- name: Push build to Docker Hub
24
- run: docker push metacpan/metacpan-web:latest
+ run: docker push --all-tags metacpan/metacpan-web:latest
0 commit comments