Skip to content

Commit

Permalink
Missing cosign permissions?!
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Jun 23, 2024
1 parent 8f128d8 commit f643b79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
name: Publish builder
needs: init
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: False
matrix:
Expand Down

0 comments on commit f643b79

Please sign in to comment.