Skip to content

Commit d9ba416

Browse files
committed
automation: fix release action
The docker image job needed more permissions Signed-off-by: Flavio Castelli <[email protected]>
1 parent a21eb8a commit d9ba416

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
runs-on: ubuntu-latest
3838
permissions:
3939
packages: write
40+
id-token: write
41+
attestations: write
4042
steps:
4143
- name: Checkout
4244
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -75,4 +77,4 @@ jobs:
7577
with:
7678
subject-name: ghcr.io/${{ github.repository }}
7779
subject-digest: ${{ steps.build-push.outputs.digest }}
78-
push-to-registry: true
80+
push-to-registry: true

0 commit comments

Comments
 (0)