feat: update to dagger v0.13.7
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
cf7f6d45be
commit
cafd4680bc
1139
Cargo.lock
generated
1139
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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" }
|
||||
|
@ -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
|
||||
|
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user