Skip to content

Commit

Permalink
Set provenance to default off when building containerized image
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work committed Apr 24, 2023
1 parent faaf3a1 commit 179013e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/docker-build-push-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ inputs:
description: Token/password for the user on the the remote registry.
Required if push is true.
required: false
provenance:
description: Generate provenance attestation for the build
(shorthand for --attest=type=provenance). Default false.
required: false
default: 'false'

runs:
using: composite
Expand Down Expand Up @@ -81,3 +86,4 @@ runs:
tags: ${{ inputs.tags }}
labels: ${{ inputs.labels }}
target: ${{ inputs.target }}
provenance: ${{ inputs.provenance }}

0 comments on commit 179013e

Please sign in to comment.