Skip to content

Commit

Permalink
wip:
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Nov 16, 2023
1 parent 2d35714 commit 5ae2e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build_rosetta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 5ae2e79

Please sign in to comment.