Skip to content

Commit

Permalink
Revert "Move version from docker image name to tag"
Browse files Browse the repository at this point in the history
This reverts commit ba5ee7e.
  • Loading branch information
gligneul committed Nov 1, 2024
1 parent 036425a commit cdab485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::project::extract_toolchain_channel;

fn image_name(cargo_stylus_version: &str, toolchain_version: &str) -> String {
format!(
"cargo-stylus:base-{}-toolchain-{}",
"cargo-stylus-base-{}-toolchain-{}",
cargo_stylus_version, toolchain_version
)
}
Expand Down

0 comments on commit cdab485

Please sign in to comment.