Skip to content

Commit 70ac3fc

Browse files
authored
Merge pull request #227 from crazy-max/disable-buildx-metadata-provenance
build/bake: disable buildx metadata provenance
2 parents 6cb8d00 + 24c043b commit 70ac3fc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ env:
174174
COSIGN_VERSION: "v3.0.6"
175175
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
176176
MATRIX_SIZE_LIMIT: "20"
177+
BUILDX_METADATA_PROVENANCE: "false"
177178
BUILDX_SEND_GIT_QUERY_AS_INPUT: "true"
178179
NPM_CONFIG_FETCH_RETRIES: "5"
179180

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ env:
177177
COSIGN_VERSION: "v3.0.6"
178178
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
179179
MATRIX_SIZE_LIMIT: "20"
180+
BUILDX_METADATA_PROVENANCE: "false"
180181
BUILDX_SEND_GIT_QUERY_AS_INPUT: "true"
181182
NPM_CONFIG_FETCH_RETRIES: "5"
182183

0 commit comments

Comments
 (0)