mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 02:32:38 +02:00
FIXUP: Change digest with manifest_type
This commit is contained in:
parent
af8ba74294
commit
ab0bee5688
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
|
||||
strategy:
|
||||
matrix:
|
||||
digest:
|
||||
- root
|
||||
- amd64
|
||||
- arm64
|
||||
manifest_type:
|
||||
- root # The top-level manifest
|
||||
- amd64 # The manifest for the amd64 architecture
|
||||
- arm64 # The manifest for the arm64 architecture
|
||||
permissions:
|
||||
actions: read # for detecting the Github Actions environment.
|
||||
id-token: write # for creating OIDC tokens for signing.
|
||||
|
|
Loading…
Reference in a new issue