Skip to content

Commit

Permalink
docker.yaml: Fix permissions when building image for ghcr.io registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Aug 23, 2022
1 parent 467dd53 commit 0b5ed92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
build:
name: Build and publish docker images
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 0b5ed92

Please sign in to comment.