Skip to content

Commit 22f2648

Browse files
committed
(GH-32) Fixing image attestation for docker hub
1 parent 1384b09 commit 22f2648

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
version:
77
required: true
88
type: string
9+
910
permissions:
1011
id-token: write
1112
attestations: write

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

66
permissions:
77
contents: write
8+
id-token: write
9+
attestations: write
810

911

1012
jobs:

0 commit comments

Comments
 (0)