Skip to content

Commit 2401575

Browse files
authored
ci: fix docker permissions (#549)
1 parent b7bb272 commit 2401575

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ concurrency:
1313
group: docker-${{ github.ref }}
1414
cancel-in-progress: true
1515

16+
permissions:
17+
contents: read
18+
packages: write
19+
id-token: write
20+
attestations: write
21+
1622
jobs:
1723
qa:
1824
if: github.ref == 'refs/heads/release/qa'

0 commit comments

Comments
 (0)