mirror of
https://github.com/imjasonh/testoidc
synced 2026-07-20 05:08:03 +00:00
${{ github.sha }}
This commit is contained in:
parent
aad7734bf9
commit
54834a048d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/keyless-sign.yml
vendored
4
.github/workflows/keyless-sign.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/lukehinds/cosign-oidc:latest
|
ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}
|
||||||
- name: Sign image
|
- name: Sign image
|
||||||
run: |
|
run: |
|
||||||
cosign sign ghcr.io/lukehinds/cosign-oidc:latest
|
cosign sign ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue