From 7ded4d2509bf92a60d156a387fa9eb73b431b10a Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 7 Apr 2025 11:47:39 +0200 Subject: [PATCH] testing.. --- build.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5c365be..b5cfd9b 100755 --- a/build.sh +++ b/build.sh @@ -44,6 +44,19 @@ container="${domain}/${image}:${tag}" # echo_error "Dockerfile does not exist" && # exit 1 # -docker build -t "$container" . +# docker build -t "$container" . +# +# docker push "$container" +echo "Would push $container" -docker push "$container" +echo "is docker installed?" +if command_exists docker; then + echo "Yes!" +else + echo "No!" +fi + +echo "What is the hostname? What is path?" + +echo "HOSTNAME: $(hostname)" +echo "PATH: ${PATH}"