add 'provenance: false' to docker build as suggested in

https://github.com/orgs/community/discussions/45779#discussioncomment-6652717
This commit is contained in:
Shizun Ge 2024-01-14 14:26:16 -08:00
parent b84d19d11f
commit 6ecc586aaa
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: false
clean-ghcr:
name: Delete old dev container images

View file

@ -46,3 +46,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: false