Skip to content

Commit e04643c

Browse files
committed
ci: Disabled provenance to avoid images cache invalidation due to change of the build timestamp in the annotations
1 parent 955bf36 commit e04643c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
platforms: ${{ matrix.platform }}
5555
labels: ${{ steps.meta.outputs.labels }}
56+
provenance: false
5657
outputs: type=image,"name=${{ env.DOCKERHUB_REPO }}",push-by-digest=true,name-canonical=true,push=true
5758
push: true
5859
cache-from: type=registry,ref=${{ env.DOCKERHUB_REPO }}:buildcache-${{ env.PLATFORM_PAIR }}

0 commit comments

Comments
 (0)