Skip to content

Commit 00618ea

Browse files
ci: fix package release
1 parent 873aaa7 commit 00618ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-docker.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build-and-push-dockerimage:
1010
name: Buld and push dockerimage
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
packages: write
1215
steps:
1316
- uses: actions/checkout@v3
1417
- name: Set up QEMU

0 commit comments

Comments
 (0)