Skip to content

Commit

Permalink
fix: setting permissions to write all for docker publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
i0n committed Nov 21, 2024
1 parent e0154db commit 30f3341
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write
metadata: write
permissions: write-all

steps:
- name: Checkout
Expand Down

0 comments on commit 30f3341

Please sign in to comment.