diff --git a/.github/workflows/build-production-container.yml b/.github/workflows/build-production-container.yml index 44f0d6199d..e6faf129e1 100644 --- a/.github/workflows/build-production-container.yml +++ b/.github/workflows/build-production-container.yml @@ -44,4 +44,4 @@ jobs: workflow: set-image.yml token: ${{ steps.auth-token.outputs.access-token }} ref: main - inputs: '{ "app": "web", "environment": "prod", "repository": "metacpan/metacpan-web", "tag": "${{ github.sha }}" }' + inputs: '{ "app": "web", "environment": "prod", "base-tag": "metacpan/metacpan-web:latest", "tag": "metacpan/metacpan-web:${{ github.sha }}" }'