feat: update dagger
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-03-30 21:17:29 +01:00
parent a6dab9a178
commit 0539e375b1
4 changed files with 161 additions and 153 deletions

View File

@@ -38,7 +38,7 @@ impl DaggerMiddleware for DockerCache {
&url,
dagger_sdk::ContainerPublishOpts {
forced_compression: Some(dagger_sdk::ImageLayerCompression::Zstd),
media_types: Some(ImageMediaTypes::OCIMediaTypes),
media_types: Some(ImageMediaTypes::OciMediaTypes),
platform_variants: None,
},
)

View File

@@ -189,6 +189,8 @@ impl DaggerCuddlePlease {
dagger_sdk::QueryGitOpts {
experimental_service_host: None,
keep_git_dir: Some(true),
ssh_auth_socket: Some(socket.id().await?),
ssh_known_hosts: None,
},
)
.branch("main")
@@ -203,6 +205,8 @@ impl DaggerCuddlePlease {
dagger_sdk::QueryGitOpts {
experimental_service_host: None,
keep_git_dir: Some(true),
ssh_auth_socket: None,
ssh_known_hosts: None,
},
)
.branch("main")