FIXUP: Add comment for needs: prepare

This commit is contained in:
Alex Pyrgiotis 2025-03-10 18:42:24 +02:00
parent 0972542ae3
commit 31b04b6556
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -131,7 +131,7 @@ jobs:
merge: merge:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
- prepare - prepare # implied by build, but required here to access image params
- build - build
outputs: outputs:
digest_root: ${{ steps.image.outputs.digest_root }} digest_root: ${{ steps.image.outputs.digest_root }}
@ -192,7 +192,7 @@ jobs:
# the container registry. # the container registry.
provenance: provenance:
needs: needs:
- prepare - prepare # implied by merge, but required here to access image params
- merge - merge
strategy: strategy:
matrix: matrix:
@ -216,7 +216,7 @@ jobs:
check-reproducibility: check-reproducibility:
if: ${{ inputs.reproduce }} if: ${{ inputs.reproduce }}
needs: needs:
- prepare - prepare # implied by merge, but required here to access image params
- merge - merge
runs-on: ${{ matrix.platform.runs-on }} runs-on: ${{ matrix.platform.runs-on }}
strategy: strategy: