Skip to content

Commit 62c65f3

Browse files
Remove provenance attestation unsupported by docker builder
1 parent b2b9d1e commit 62c65f3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,4 @@ jobs:
105105
push: true
106106
labels: ${{ steps.branch-meta.outputs.labels }}
107107
tags: ${{ steps.branch-meta.outputs.tags }}
108-
provenance: true
109108
cache-from: type=registry,ref=${{ needs.build.outputs.build-image }}

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
push: true
5656
labels: ${{ steps.meta.outputs.labels }}
5757
tags: ${{ steps.meta.outputs.tags }}
58-
provenance: true
5958
cache-from: type=registry,ref=${{ steps.get-base-image.outputs.tags }}

0 commit comments

Comments
 (0)