Skip to content

Commit

Permalink
Update publish-docker.yml
Browse files Browse the repository at this point in the history
compatibility issues with google cloud and provenance.

docker/buildx#1533
  • Loading branch information
torsdag committed Jan 23, 2023
1 parent b3605b8 commit 8189de9
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 8189de9

Please sign in to comment.