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:
El RIDO 2023-01-21 19:44:44 +01:00
parent 2d82d13a42
commit 8597c753a5

View file

@ -26,6 +26,7 @@ push_image() {
--pull \
--no-cache \
--push \
--provenance=false \
$@ \
.
}