Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
permissions:
contents: read
id-token: write # for signing attestation manifests with GitHub OIDC Token
packages: write # needed to push images to GitHub Container Registry
packages: write # only used if pushing to GHCR but needs to be defined as caller must provide permissions ≥ to those used in the reusable workflow
with:
output: ${{ github.event_name != 'pull_request' && 'registry' || 'cacheonly' }}
meta-images: name/app
Expand Down Expand Up @@ -105,7 +105,7 @@ on:
permissions:
contents: read
id-token: write # for signing attestation manifests with GitHub OIDC Token
packages: write # needed to push images to GitHub Container Registry
packages: write # only used if pushing to GHCR but needs to be defined as caller must provide permissions ≥ to those used in the reusable workflow
with:
output: ${{ github.event_name != 'pull_request' && 'registry' || 'cacheonly' }}
meta-images: name/app
Expand Down