mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
FIXUP: Remove extraneous comments
This commit is contained in:
parent
222169d7fe
commit
0972542ae3
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
|
@ -197,9 +197,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
manifest_type:
|
||||
- root # The top-level manifest
|
||||
- amd64 # The manifest for the amd64 architecture
|
||||
- arm64 # The manifest for the arm64 architecture
|
||||
- root
|
||||
- amd64
|
||||
- arm64
|
||||
permissions:
|
||||
actions: read # for detecting the Github Actions environment.
|
||||
id-token: write # for creating OIDC tokens for signing.
|
||||
|
|
Loading…
Reference in a new issue