chore: full rename
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-12 21:42:13 +02:00
parent 2cd9509fcb
commit 26ef1cb0cd
7 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ async fn main() -> eyre::Result<()> {
HostDirectoryOptsBuilder::default()
.include(vec![
"ci/",
"cuddle_cli/",
"cuddle/",
"examples",
"Cargo.lock",
"Cargo.toml",
@@ -86,7 +86,7 @@ async fn dind_image(
"--target",
&format!("{architecture}-unknown-linux-musl"),
"--path",
"cuddle_cli",
"cuddle",
"--profile=release",
]);