feat: without opts
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-12-01 22:12:59 +01:00
parent 4e380b17c0
commit ec2a0f5779
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -34,14 +34,7 @@ impl DaggerMiddleware for DockerCache {
container
.with_registry_auth(&url, &username, secret)
.publish_opts(
&url,
dagger_sdk::ContainerPublishOpts {
forced_compression: Some(dagger_sdk::ImageLayerCompression::Gzip),
media_types: Some(dagger_sdk::ImageMediaTypes::OCIMediaTypes),
platform_variants: None,
},
)
.publish(&url)
.await?;
}
_ => {