Only update jinux version when bumping

This commit is contained in:
Zhang Junyang 2023-08-14 12:12:46 +08:00 committed by Tate, Hongliang Tian
parent caaa147b99
commit f6b327dbda

View File

@ -30,7 +30,7 @@ fi
update_cargo_versions ${CARGO_TOML_PATH}
# Automatically bump Cargo.lock file
cargo update
cargo update -p jinux --precise $new_version
# Update Docker image versions in README files
update_image_versions ${JINUX_SRC_DIR}/README.md