mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 10:42:37 +02:00
FIXUP: Change digest with manifest_type
This commit is contained in:
parent
eafbf98ca8
commit
ba621d3bea
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-push-image.yml
vendored
8
.github/workflows/build-push-image.yml
vendored
|
@ -196,10 +196,10 @@ jobs:
|
||||||
- merge
|
- merge
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
digest:
|
manifest_type:
|
||||||
- root
|
- root # The top-level manifest
|
||||||
- amd64
|
- amd64 # The manifest for the amd64 architecture
|
||||||
- arm64
|
- arm64 # The manifest for the arm64 architecture
|
||||||
permissions:
|
permissions:
|
||||||
actions: read # for detecting the Github Actions environment.
|
actions: read # for detecting the Github Actions environment.
|
||||||
id-token: write # for creating OIDC tokens for signing.
|
id-token: write # for creating OIDC tokens for signing.
|
||||||
|
|
Loading…
Reference in a new issue