Skip to content

Commit

Permalink
feat: update docker publish permissions (#50)
Browse files Browse the repository at this point in the history
- [ ] I have considered whether this PR needs review, and requested a
review if necessary.

Fixes issue #

# Notes for reviewers
Reviewers can skip X, but should pay attention to Y.
  • Loading branch information
MartinBernstorff authored Feb 26, 2024
1 parent 7e51eb1 commit 86c2856
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ on:
- 'v*'
workflow_dispatch:


jobs:
release:
runs-on: ubuntu-latest
concurrency: docker-publish

permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 86c2856

Please sign in to comment.