Skip to content

Commit

Permalink
Add provenance parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranajp committed Jan 23, 2023
1 parent 2293d3e commit a3394b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-image.yaml
Expand Up @@ -25,6 +25,10 @@ on:
required: false
type: string
default: ""
provenance:
required: false
type: boolean
default: true

permissions:
id-token: write
Expand Down Expand Up @@ -88,6 +92,7 @@ jobs:
${{ inputs.build_args }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
provenance: ${{ inputs.provenance }}
env:
VERSION: ${{ github.sha }}

Expand Down

0 comments on commit a3394b3

Please sign in to comment.