add 'provenance: false' to docker build as suggested in
https://github.com/orgs/community/discussions/45779#discussioncomment-6652717
This commit is contained in:
parent
b84d19d11f
commit
6ecc586aaa
2 changed files with 2 additions and 0 deletions
1
.github/workflows/on-push-main.yml
vendored
1
.github/workflows/on-push-main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/on-release.yml
vendored
1
.github/workflows/on-release.yml
vendored
|
|
@ -46,3 +46,4 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
provenance: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue