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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-16 16:12:01 +01:00
parent cf7f6d45be
commit cafd4680bc
No known key found for this signature in database
4 changed files with 703 additions and 441 deletions

1139
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.11.10"
dagger-sdk = "0.13.7"
eyre = { version = "0.6.12" }
dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.11.10"
dagger-sdk = "0.13.7"
eyre = { version = "0.6.12" }
tracing.workspace = true

View File

@ -61,7 +61,6 @@ async fn main() -> eyre::Result<()> {
let name = cuddle_file.vars.service.clone();
let system_time = SystemTime::now().duration_since(UNIX_EPOCH)?;
let build_notifications = client
.pipeline("build-notification")
.container()
.from("docker.io/kasperhermansen/build-notifications:main-1731768496")
.with_env_variable("TIME", system_time.as_secs().to_string())