Update .github/workflows/docker-build-push-dockerhub.yml
Some checks failed
Build and push image to DockerHub / build (push) Failing after 34m4s

This commit is contained in:
2025-05-31 19:26:12 +00:00
parent 429870e999
commit 7a2cdfbdc6

View File

@@ -153,6 +153,8 @@ jobs:
echo ${{ env.NEXT_PUBLIC_WEBAPP_URL }}/auth/login
apt-get update && apt-get install -y curl
for i in {1..60}; do
echo "Checking server health ($i/60)..."
response=$(curl -o /dev/null -s -w "%{http_code}" ${{ env.NEXT_PUBLIC_WEBAPP_URL }}/auth/login)