Skip to content

Commit

Permalink
automation: fix release action
Browse files Browse the repository at this point in the history
The docker image job needed more permissions

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Aug 8, 2024
1 parent a21eb8a commit d9ba416
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
id-token: write
attestations: write
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -75,4 +77,4 @@ jobs:
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.build-push.outputs.digest }}
push-to-registry: true
push-to-registry: true

0 comments on commit d9ba416

Please sign in to comment.