Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pei-mysten committed Jun 19, 2024
1 parent da6c9c6 commit d44a96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/suiop-cli/src/cli/ci/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async fn send_image_request(token: &str, action: &ImageAction) -> Result<()> {
let ref_val = ref_val.clone().unwrap_or("main".to_string());
let ref_name = format!("{}:{}", ref_type, ref_val);
let image_name = image_name.clone().unwrap_or("app".to_string());
let image_tag = image_tag.clone().unwrap_or("".to_string());
let image_tag = image_tag.clone().unwrap_or("latest".to_string());
let image_info = format!("{}:{}", image_name, image_tag);
println!(
"Requested built image for repo: {}, ref: {}, dockerfile: {}, image: {}",
Expand Down

0 comments on commit d44a96a

Please sign in to comment.