Skip to content

Commit

Permalink
Fix permissions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Jan 22, 2025
1 parent 28f6c49 commit ed17276
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ env:
jobs:
container_build_matrix:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
strategy:
matrix:
dockerfile: [Dockerfile, Dockerfile_x11]
Expand Down Expand Up @@ -66,4 +63,8 @@ jobs:
- name: Push image
run: |
echo "FULL_TAG=$FULL_TAG"
docker push "$FULL_TAG"
docker push "$FULL_TAG"
permissions:
packages: write
contents: read

0 comments on commit ed17276

Please sign in to comment.