testing..
All checks were successful
Build and Push to Forgejo Registry / build (push) Successful in 6s

This commit is contained in:
pika 2025-04-07 11:47:39 +02:00
parent 1c1b2fb505
commit 7ded4d2509

View file

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