diff --git a/build.sh b/build.sh index abfe8cf..627ddce 100755 --- a/build.sh +++ b/build.sh @@ -47,6 +47,9 @@ container="${domain}/${image}:${tag}" # docker build -t "$container" . # # docker push "$container" + +release="$(cat /etc/os-release)" + echo "Would push $container" echo "is docker installed?" @@ -57,8 +60,8 @@ else fi echo "What is the hostname? What is path?" - echo "HOSTNAME: $(hostname)" echo "USER: $(whoami)" echo "PATH: ${PATH}" echo "IDS: $(id)" +echo "${release}"