Skip to content

Commit 33bfc9f

Browse files
committed
ci: Add write permission for Docker image publish
Signed-off-by: Akira Moroo <[email protected]>
1 parent 8aabee0 commit 33bfc9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
env:
1414
REGISTRY: ghcr.io
1515
IMAGE_NAME: ${{ github.repository }}
16+
permission:
17+
packages: write
1618

1719
jobs:
1820
main:

0 commit comments

Comments
 (0)