Skip to content

Commit

Permalink
Merge pull request #1097 from onekey-sec/fix-docker-permission
Browse files Browse the repository at this point in the history
ci: fix docker registry permission
  • Loading branch information
qkaiser authored and vlaci committed Feb 4, 2025
2 parents 3a7c6a1 + a32b6ed commit 32fafb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ jobs:
name: Build Docker image
if: github.event_name == 'push' || contains(github.event.*.labels.*.name, 'dependencies')
needs: [build_linux_wheels]
permissions:
contents: write # sariff
packages: write # registry
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 32fafb0

Please sign in to comment.