We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a08ebd commit f79f6a3Copy full SHA for f79f6a3
1 file changed
.github/workflows/docker-build.yml
@@ -15,9 +15,10 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
permissions:
18
- contents: read
+ contents: write
19
packages: write
20
id-token: write
21
+ attestations: write
22
23
steps:
24
- name: Checkout repository
@@ -66,4 +67,4 @@ jobs:
66
67
with:
68
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
69
subject-digest: ${{ steps.build.outputs.digest }}
- push-to-registry: true
70
+ push-to-registry: true
0 commit comments