mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
FIXUP: Add comment for needs: prepare
This commit is contained in:
parent
0972542ae3
commit
31b04b6556
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-push-image.yml
vendored
6
.github/workflows/build-push-image.yml
vendored
|
@ -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 }}
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue