1
0
Fork 0
mirror of https://github.com/imjasonh/testoidc synced 2026-07-10 19:41:34 +00:00

${{ github.sha }}

This commit is contained in:
Luke Hinds 2021-10-01 15:26:31 +01:00 committed by GitHub
parent aad7734bf9
commit 54834a048d
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:latest
ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}
- name: Sign image
run: |
cosign sign ghcr.io/lukehinds/cosign-oidc:latest
cosign sign ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}