Skip to content

Commit 9b88cca

Browse files
authored
Merge pull request #1097 from onekey-sec/fix-docker-permission
ci: fix docker registry permission
2 parents 3a7c6a1 + c7b0716 commit 9b88cca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ jobs:
276276
name: Build Docker image
277277
if: github.event_name == 'push' || contains(github.event.*.labels.*.name, 'dependencies')
278278
needs: [build_linux_wheels]
279+
permissions:
280+
packages: write
279281
runs-on: ubuntu-latest
280282
strategy:
281283
fail-fast: false

0 commit comments

Comments
 (0)