wip
All checks were successful
Build and Push to Forgejo Registry / build (push) Successful in 7s

This commit is contained in:
pika 2025-04-07 11:52:42 +02:00
parent ac03f07d63
commit 397cb4d4be

View file

@ -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}"