Update build script
All checks were successful
Create and publish container / build_container (push) Successful in 9s

This commit is contained in:
2025-12-23 08:16:32 +01:00
parent 9668af79f4
commit b1adf8f61f

View File

@@ -15,5 +15,6 @@ if [ -n "$OLD_IMG" ]; then
if [ "$OLD_IMG" != "$(docker image ls -q "$1")" ]; then
echo "New build uploaded, removing old image, id: $OLD_IMG"
docker image rmi -f "$OLD_IMG" || true
echo "Exit status: $?"
fi
fi