disable provenance in manifest, addresses #137
workaround for https://github.com/docker/buildx/issues/1509 and https://github.com/moby/moby/issues/43126
This commit is contained in:
parent
2d82d13a42
commit
8597c753a5
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ push_image() {
|
|||
--pull \
|
||||
--no-cache \
|
||||
--push \
|
||||
--provenance=false \
|
||||
$@ \
|
||||
.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue