We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4cf13 commit 553d10cCopy full SHA for 553d10c
.github/workflows/build-production-container.yml
@@ -44,4 +44,4 @@ jobs:
44
workflow: set-image.yml
45
token: ${{ steps.auth-token.outputs.access-token }}
46
ref: main
47
- 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 }}" }'
0 commit comments