Update publishimage.yml (#1977)

This commit is contained in:
laurentsimon 2022-06-01 16:42:23 -07:00 committed by GitHub
parent 608da94aaf
commit 23523f6d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,7 @@
name: publishimage
permissions:
contents: read
id-token: write
packages: write
permissions: read-all
on:
push:
@ -30,6 +27,10 @@ jobs:
unit-test:
name: publishimage
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
env:
COSIGN_EXPERIMENTAL: "true"
steps: