We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3a11b commit cc3d151Copy full SHA for cc3d151
.github/workflows/build.yml
@@ -46,6 +46,12 @@ jobs:
46
build:
47
needs: meta
48
49
+ permissions:
50
+ id-token: write
51
+ contents: read
52
+ attestations: write
53
+ packages: write
54
+
55
uses: ./.github/workflows/build-image.yml
56
with:
57
image-name: ${{ needs.meta.outputs.implementation-name }}
@@ -113,6 +119,12 @@ jobs:
113
119
publish-on-automerge:
114
120
needs: [meta, automerge]
115
121
122
123
124
125
126
127
116
128
117
129
118
130
0 commit comments