Skip to content

Commit

Permalink
Fix permissions of docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jul 10, 2024
1 parent 81230a6 commit f2ef4c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
branches: [ "master" ]
tags: [ "*.*.*" ]

permissions:
packages: write

jobs:
docker:
strategy:
Expand Down

0 comments on commit f2ef4c7

Please sign in to comment.