Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
diabhey committed Dec 11, 2023
1 parent 414f64b commit 732bf3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dagger-ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ async fn main() -> eyre::Result<()> {
let _reg = client
.container()
.build(context_dir.id().await?)
.publish(format!(
"registry.digitalocean.com/diabhey/hivenetes/bots:dagger"
))
.publish("registry.digitalocean.com/diabhey/hivenetes/bots:dagger".to_string())
.await?;

println!("Published image to: {:?}", _reg);
Expand Down

0 comments on commit 732bf3d

Please sign in to comment.