mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-21 10:08:54 +08:00
WIP: enable signing with cosign
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
fdf7f43ecf
commit
898ec8408f
6 changed files with 98 additions and 3 deletions
|
|
@ -105,6 +105,10 @@ inputs:
|
|||
description: "GitHub Token used to authenticate against a repository for Git context"
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
sign:
|
||||
description: "If true, sign the image with the GitHub Actions identity using Cosign."
|
||||
default: 'false'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
imageid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue