Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: provenance not supported by gcr #11

Merged
merged 2 commits into from Jan 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 }}