Skip to content

Commit a71e08a

Browse files
committed
fix: add id-token write permission to Docker workflow
- Add id-token: write permission to enable OIDC authentication - Required for pushing Docker images to external registries like gchr - Fixes failing Docker builds during semantic releases Closes #1954
1 parent df242a7 commit a71e08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313
permissions:
1414
packages: write
1515
contents: read
16+
id-token: write
1617

1718
env:
1819
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)