Skip to content

Commit

Permalink
fix(ci): remove docker image permission request
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed May 22, 2023
1 parent 97d94c9 commit 084870d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ on:
description: The digest of the pushed image.
value: ${{ jobs.docker-image.outputs.digest }}

permissions:
contents: read
packages: write
id-token: write # needed for signing the images with GitHub OIDC Token

jobs:
docker-image:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 084870d

Please sign in to comment.