Skip to content

Commit

Permalink
fix: provenance not supported by gcr (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Callin <jimmy.callin@gmail.com>
  • Loading branch information
torsdag and jimmycallin committed Jan 23, 2023
1 parent f70a82f commit b59b858
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-docker.yml
Expand Up @@ -50,6 +50,11 @@ on:
description: "Sets the target stage to build"
required: false
default: ""
provenance:
type: string
description: Generate provenance attestation for the build (shorthand for --attest=type=provenance). Currently not working with gcr
required: false
default: false

jobs:
build-and-push-image:
Expand Down Expand Up @@ -114,3 +119,4 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
target: ${{ inputs.target }}
provenance: ${{ inputs.provenance }}

0 comments on commit b59b858

Please sign in to comment.