diff --git a/.github/workflows/build-production-container.yml b/.github/workflows/build-production-container.yml index d553ae6634f..13b8610d655 100644 --- a/.github/workflows/build-production-container.yml +++ b/.github/workflows/build-production-container.yml @@ -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