change back image tagname for consistency

This commit is contained in:
PatrickChenHZ 2025-01-21 10:57:51 -06:00 committed by Lane.Wei
parent 898f0ac6c4
commit 835d619a90

View File

@ -8,7 +8,7 @@ set -x
# would speed up recompile times significantly. For end users,
# the simplicity of a single Docker image and a one-time compilation
# seems better.
docker build -t bambu_studio_yes_args \
docker build -t bambustudio \
--build-arg USER=${USER:-root} \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \