Skip to content

Commit

Permalink
fix workflow_call outputs key
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Dec 21, 2024
1 parent 1fcb5cb commit d835f41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ on:
description: "The build arguments to pass to the build"
required: false
type: string
output:
manifest-digest: ${{ jobs.manifest.outputs.manifest-digest }}
outputs:
manifest-digest:
description: "The digest of the remote manifest"
value: ${{ jobs.manifest.outputs.manifest-digest }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}-${{ inputs.fedora_edition }}-${{ inputs.platforms }}
Expand Down

0 comments on commit d835f41

Please sign in to comment.