Skip to content

Commit f79f6a3

Browse files
committed
fix
1 parent 4a08ebd commit f79f6a3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
permissions:
18-
contents: read
18+
contents: write
1919
packages: write
2020
id-token: write
21+
attestations: write
2122

2223
steps:
2324
- name: Checkout repository
@@ -66,4 +67,4 @@ jobs:
6667
with:
6768
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6869
subject-digest: ${{ steps.build.outputs.digest }}
69-
push-to-registry: true
70+
push-to-registry: true

0 commit comments

Comments
 (0)