Skip to content

Commit

Permalink
Merge pull request #2329 from dexidp/fix-ci-permissions
Browse files Browse the repository at this point in the history
ci: fix container image permissions
  • Loading branch information
sagikazarmark authored Nov 15, 2021
2 parents d3c4a17 + bc9322f commit 98e7d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-latest
permissions:
packages: "write"

steps:
- name: Checkout
Expand Down

0 comments on commit 98e7d7a

Please sign in to comment.