Skip to content

Commit c2b2c1f

Browse files
committed
add permissions to push docker image to registry
1 parent 03a8eb7 commit c2b2c1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
arch: "x86_64"
1313
- os: "ubuntu-22.04-arm"
1414
arch: "aarch64"
15+
permissions:
16+
contents: read
17+
packages: write
18+
attestations: write
19+
id-token: write
1520
steps:
1621
- uses: actions/checkout@v4
1722
- run: docker build . --build-arg="ARCH=${{ matrix.platform.arch }}"

0 commit comments

Comments
 (0)