Skip to content

Commit

Permalink
Fix publishing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Oct 5, 2023
1 parent da8ffd6 commit d8fdda8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
branches:
- main

permissions:
packages: write

jobs:
docker:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit d8fdda8

Please sign in to comment.