Skip to content

Commit 2cade96

Browse files
authored
[CI] Fix docker push permission in nightly (#13252)
Similar to #13245 This should fix the self-build issue reported in #13225
1 parent e9b0e60 commit 2cade96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
ubuntu2204_docker_build_push:
161161
if: github.repository == 'intel/llvm'
162162
runs-on: [Linux, build]
163+
permissions:
164+
packages: write
163165
needs: ubuntu2204_build
164166
steps:
165167
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)