Skip to content

Commit 98e7d7a

Browse files
Merge pull request #2329 from dexidp/fix-ci-permissions
ci: fix container image permissions
2 parents d3c4a17 + bc9322f commit 98e7d7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
docker:
1313
name: Docker
1414
runs-on: ubuntu-latest
15+
permissions:
16+
packages: "write"
1517

1618
steps:
1719
- name: Checkout

0 commit comments

Comments
 (0)