diff --git a/backend/docker-bake.hcl b/backend/docker-bake.hcl index 396aef5..703affc 100644 --- a/backend/docker-bake.hcl +++ b/backend/docker-bake.hcl @@ -18,15 +18,11 @@ target "runtime" { args = { APP_VERSION = IMAGE_TAG } - output = ["type=image,push=true"] + output = ["type=image,push=true,oci-mediatypes=false"] platforms = [ "linux/amd64", "linux/arm64", ] - attest = [ - "type=provenance,mode=max", - "type=sbom", - ] annotations = [ "index,manifest:org.opencontainers.image.source=http://github.com/ovsds/github-watcher", "index,manifest:org.opencontainers.image.description=GitHub Watcher",