Fixed workflow build
Some checks failed
/ build (push) Failing after 1m59s

This commit is contained in:
lichenblankie 2026-04-11 07:00:32 +00:00
parent 7078e2aa13
commit bb51ed1e39

View file

@ -66,6 +66,6 @@ jobs:
if [ -z "$TAG" ]; then if [ -z "$TAG" ]; then
TAG="latest" TAG="latest"
fi fi
docker build -t registry.derickphan.com/tinyweb:$TAG . docker build --dns 8.8.8.8 --dns 1.1.1.1 -t registry.derickphan.com/tinyweb:$TAG .
docker push registry.derickphan.com/tinyweb:$TAG docker push registry.derickphan.com/tinyweb:$TAG