Bugfix
01_container_build.sh: now identifies GIT, OWNER and REPO DotDockerbuilder10.sh: Added debug msg
This commit is contained in:
@@ -199,6 +199,8 @@ if [ -n "$Git" ]; then
|
||||
echo "Cleaning up: [$tagName:latest] [$CONTAINERNAME:latest] [$CONTAINERNAME:$(date +%y%m%d)]"
|
||||
sudo docker image rm $tagName:latest
|
||||
sudo docker image rm $CONTAINERNAME:latest $CONTAINERNAME:$(date +%y%m%d)
|
||||
else
|
||||
echo "Not pushing to package repository as Git[$Git] or GitUser[$GitUser] is blank"
|
||||
fi
|
||||
|
||||
sudo docker image prune --force
|
||||
|
||||
Reference in New Issue
Block a user