feat: use version as well
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
a38906466e
commit
c4e3e5781c
@ -44,7 +44,9 @@ impl DaggerMiddleware for DaggerBin {
|
|||||||
.with_exec(vec!["/mnt/install.sh"])
|
.with_exec(vec!["/mnt/install.sh"])
|
||||||
.file("/bin/dagger");
|
.file("/bin/dagger");
|
||||||
|
|
||||||
Ok(container.with_file("/bin/dagger", dagger_bin))
|
Ok(container
|
||||||
|
.with_file("/bin/dagger", dagger_bin)
|
||||||
|
.with_exec(vec!["/bin/dagger", "version"]))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user