feat: move to user local bin
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
556cb152e8
commit
82a7b7e9b1
@ -44,14 +44,14 @@ impl DaggerMiddleware for DaggerBin {
|
|||||||
|
|
||||||
Ok(container
|
Ok(container
|
||||||
.with_file_opts(
|
.with_file_opts(
|
||||||
"/bin/dagger",
|
"/usr/local/bin/dagger",
|
||||||
dagger_bin,
|
dagger_bin,
|
||||||
dagger_sdk::ContainerWithFileOpts {
|
dagger_sdk::ContainerWithFileOpts {
|
||||||
owner: None,
|
owner: None,
|
||||||
permissions: Some(0755),
|
permissions: Some(0755),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.with_exec(vec!["/bin/dagger", "version"]))
|
.with_exec(vec!["/usr/local/bin/dagger", "version"]))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user