Skip to content

Commit 84a6cd0

Browse files
Update docker.yaml - add permissions (#1211)
1 parent c5929c6 commit 84a6cd0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
env:
1010
REGISTRY: ghcr.io
1111

12+
permissions:
13+
contents: read
14+
packages: write # Required to push to ghcr.io
15+
1216
name: Docker build
1317
jobs:
1418
build:

0 commit comments

Comments
 (0)