FIXUP: Change digest with manifest_type

This commit is contained in:
Alex Pyrgiotis 2025-03-10 14:09:30 +02:00
parent eafbf98ca8
commit ba621d3bea
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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.