add auto roll

This commit is contained in:
iceBear67
2025-03-22 14:44:29 +08:00
parent cb4f2cfebf
commit 065b6300a4
+4 -1
View File
@@ -4,4 +4,7 @@ if test $? == 0; then
exit exit
fi fi
docker buildx build . --tag workspace:$GIT_REV # 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