Skip to content

Commit 12c1823

Browse files
ci: fix Docker image publishing
1 parent 98ba745 commit 12c1823

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ghcr.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
build-and-push:
1010
runs-on: ubuntu-latest
1111

12+
permissions:
13+
contents: read
14+
packages: write
15+
1216
steps:
1317
- name: Checkout repository
1418
uses: actions/checkout@v3

0 commit comments

Comments
 (0)