1
0
Fork 0
mirror of https://github.com/imjasonh/testoidc synced 2026-07-08 02:35:09 +00:00

Attempt to fix auth error

#7 changed auth from a PAT (you) to the GHA token, which seemingly only has access to push to this repo's packages.
This commit is contained in:
Jason Hall 2021-10-01 16:53:00 -04:00 committed by GitHub
parent 894dc0f79d
commit 959e8ceab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}
ghcr.io/lukehinds/testoidc/cosign-oidc:${{ github.sha }}
- name: Sign image
run: |
cosign sign ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}
cosign sign ghcr.io/lukehinds/testoidc/cosign-oidc:${{ github.sha }}