Skip to content

Commit 8fb140c

Browse files
authored
Fix permissions to push to ghcr.io (#493)
## Description Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 3a11a3b + a3aea3c commit 8fb140c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212

1313
permissions:
1414
contents: write
15+
packages: write
1516

1617
jobs:
1718
build-image:

0 commit comments

Comments
 (0)