Skip to content

Commit cc59eeb

Browse files
committed
fix(ci): add permissions for GHCR push
1 parent 5d19ab8 commit cc59eeb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
packages: write
11+
812
jobs:
913
build-and-push:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)