From 553d10cdf159c1a80e44f626e1ae1abc3802c55e Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Mon, 6 May 2024 23:18:48 +0200 Subject: [PATCH] call set-image with base and full tag --- .github/workflows/build-production-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}" }'