We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61b198 commit 2b8003dCopy full SHA for 2b8003d
1 file changed
.github/workflows/docker.yml
@@ -7,6 +7,11 @@ on:
7
jobs:
8
build-and-push:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ packages: write
13
+ attestations: write
14
+ id-token: write
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v3
0 commit comments