Update .github/workflows/docker-build-push-dockerhub.yml
Some checks failed
Build and push image to DockerHub / build (push) Has been cancelled

This commit is contained in:
2025-05-31 20:32:43 +00:00
parent 7a2cdfbdc6
commit ad677f7578

View File

@@ -153,7 +153,7 @@ jobs:
echo ${{ env.NEXT_PUBLIC_WEBAPP_URL }}/auth/login
apt-get update && apt-get install -y curl
apk add curl
for i in {1..60}; do
echo "Checking server health ($i/60)..."