Skip to content

Commit

Permalink
ci: Add write permission for Docker image publish
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Moroo <retrage01@gmail.com>
  • Loading branch information
retrage committed Mar 8, 2024
1 parent 8aabee0 commit 33bfc9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
permission:
packages: write

jobs:
main:
Expand Down

0 comments on commit 33bfc9f

Please sign in to comment.