Skip to content

Commit c4633c5

Browse files
goruhaSytten
andauthored
Expose buildx provenance (#38) - tests (#39)
Expose buildx provenance (#38) Co-authored-by: Émile Fugulin <[email protected]>
1 parent 2cab1c5 commit c4633c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ inputs:
3333
description: "List of target platforms for build (e.g. linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,etc)"
3434
required: false
3535
default: 'linux/amd64'
36+
provenance:
37+
description: "Generate provenance attestation for the build"
38+
required: false
3639
image_name:
3740
description: "Image name (excluding registry). Defaults to {{$organization/$repository}}."
3841
required: false
@@ -164,6 +167,7 @@ runs:
164167
target: ${{ inputs.target }}
165168
labels: ${{ steps.meta.outputs.labels }}
166169
platforms: ${{ inputs.platforms }}
170+
provenance: ${{ inputs.provenance }}
167171
secrets: ${{ inputs.secrets }}
168172
secret-files: ${{ inputs.secret-files }}
169173

0 commit comments

Comments
 (0)