Skip to content

Commit 553d10c

Browse files
committed
call set-image with base and full tag
1 parent ca4cf13 commit 553d10c

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
@@ -44,4 +44,4 @@ jobs:
4444
workflow: set-image.yml
4545
token: ${{ steps.auth-token.outputs.access-token }}
4646
ref: main
47-
inputs: '{ "app": "web", "environment": "prod", "repository": "metacpan/metacpan-web", "tag": "${{ github.sha }}" }'
47+
inputs: '{ "app": "web", "environment": "prod", "base-tag": "metacpan/metacpan-web:latest", "tag": "metacpan/metacpan-web:${{ github.sha }}" }'

0 commit comments

Comments
 (0)