From 23a42db549c5fe8da882b670ee213ffb5c0cc493 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 2 Sep 2026 17:15:27 +0200 Subject: [PATCH] ci: Use old action input from reusable workflow --- .github/workflows/reusable_build_image.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reusable_build_image.yaml b/.github/workflows/reusable_build_image.yaml index 1544e57f..8e01652e 100644 --- a/.github/workflows/reusable_build_image.yaml +++ b/.github/workflows/reusable_build_image.yaml @@ -60,7 +60,6 @@ jobs: image-registry-username: robot$demos+github-action-build image-registry-password: ${{ secrets.harbor-robot-secret }} image-repository: demos/${{ env.IMAGE_NAME }} - image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }} canonical-image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }} canonical-source-image-uri: ${{ steps.build.outputs.image-manifest-uri }}