Skip to content

Commit

Permalink
Rename docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Oct 31, 2024
1 parent b4a4f31 commit 996ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ where
image: config.docker_image.clone().unwrap_or_else(|| {
let base_img = DEFAULT_CITREA_DOCKER_IMAGE;
match std::env::var("CI_TEST_MODE") {
Ok(v) if v == "1" || v == "true" => format!("{base_img}-ci-test-mode"),
Ok(v) if v == "1" || v == "true" => format!("{base_img}-ci"),
_ => base_img.to_string(),
}
}),
Expand Down

0 comments on commit 996ce1b

Please sign in to comment.