Update build script
All checks were successful
Create and publish container / build_container (push) Successful in 9s
All checks were successful
Create and publish container / build_container (push) Successful in 9s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user