Skip to content

Commit

Permalink
Merge pull request #227 from yamadashy/feat/ghcr-permission
Browse files Browse the repository at this point in the history
ci(docker): Add release permissions to docker workflow
  • Loading branch information
yamadashy authored Dec 30, 2024
2 parents fd7a179 + d4f6fd4 commit 3537c7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
release:
types: [published, edited]

permissions:
contents: read
packages: write

jobs:
build-and-publish-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3537c7d

Please sign in to comment.