From 6feaf3ace396660f3004136956b47ba3d0f9525d Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Sat, 22 Mar 2025 17:51:49 +0800 Subject: [PATCH] random update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a3073bf..f4eb474 100644 --- a/build.sh +++ b/build.sh @@ -7,4 +7,4 @@ fi # That will untag :latest, but will leave git rev in place. docker rmi workspace:latest -docker buildx build . --tag workspace:$GIT_REV -t workspace:latest +docker buildx build . -t workspace:$GIT_REV -t workspace:latest