mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 18:52:38 +02:00
fixup! FIXUP: Change digest with manifest_type
This commit is contained in:
parent
c4bd9b3701
commit
b301bf07ea
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-push-image.yml
vendored
2
.github/workflows/build-push-image.yml
vendored
|
@ -206,7 +206,7 @@ jobs:
|
||||||
packages: write # for uploading attestations.
|
packages: write # for uploading attestations.
|
||||||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
|
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
|
||||||
with:
|
with:
|
||||||
digest: ${{ needs.merge.outputs[format('digest_{0}', matrix.digest)] }}
|
digest: ${{ needs.merge.outputs[format('digest_{0}', matrix.manifest_type)] }}
|
||||||
image: ${{ needs.prepare.outputs.image }}
|
image: ${{ needs.prepare.outputs.image }}
|
||||||
registry-username: ${{ inputs.registry_user }}
|
registry-username: ${{ inputs.registry_user }}
|
||||||
secrets:
|
secrets:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0068ffcb67f45fe9e3a082649493b7c8db5d1473
|
Subproject commit 9e95f7e1b7fbf904a76078715485e4fdba495676
|
Loading…
Reference in a new issue