Skip to content

Commit

Permalink
FIXUP: Add comment for needs: prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Mar 10, 2025
1 parent cede19c commit d7c01e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
merge:
runs-on: ubuntu-latest
needs:
- prepare
- prepare # implied by build, but required here to access image params
- build
outputs:
digest_root: ${{ steps.image.outputs.digest_root }}
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
# the container registry.
provenance:
needs:
- prepare
- prepare # implied by merge, but required here to access image params
- merge
strategy:
matrix:
Expand All @@ -216,7 +216,7 @@ jobs:
check-reproducibility:
if: ${{ inputs.reproduce }}
needs:
- prepare
- prepare # implied by merge, but required here to access image params
- merge
runs-on: ${{ matrix.platform.runs-on }}
strategy:
Expand Down

0 comments on commit d7c01e7

Please sign in to comment.