From 5ae2e7913558ff134e17c592ea40f0aadc1f04d2 Mon Sep 17 00:00:00 2001 From: Vladislav Kozlov Date: Wed, 15 Nov 2023 22:26:16 -0700 Subject: [PATCH] wip: --- .github/workflows/_build_rosetta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build_rosetta.yaml b/.github/workflows/_build_rosetta.yaml index d0e1c5f76..b4e0bfa02 100644 --- a/.github/workflows/_build_rosetta.yaml +++ b/.github/workflows/_build_rosetta.yaml @@ -29,7 +29,7 @@ on: outputs: DOCKER_TAG_MEALKIT: description: 'Tags of the mealkit image build' - value: $ {{ jobs.build-rosetta.output.DOCKER_TAG_MEALKIT }} + value: $ {{ jobs.build-rosetta.outputs.DOCKER_TAG_MEALKIT }} DOCKER_TAG_FINAL: description: "Tags of the complete image built" value: ${{ jobs.build-rosetta.outputs.DOCKER_TAG_FINAL }} @@ -49,7 +49,7 @@ jobs: runs-on: [self-hosted, "${{ inputs.ARCHITECTURE }}", small] env: BADGE_FILENAME_FULL: ${{ inputs.BADGE_FILENAME}}-${{ inputs.ARCHITECTURE}}.json - output: + outputs: DOCKER_TAG_MEALKIT: ${{ steps.mealkit-metadata.outputs.tags }} DOCKER_TAG_FINAL: ${{ steps.final-metadata.outputs.tags }} steps: