Update .gitea/workflows/deploy.yaml

This commit is contained in:
tas
2026-03-16 13:29:08 +00:00
parent cc582e1f0e
commit 69614f058c

View File

@@ -31,7 +31,7 @@ jobs:
CREDS="${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}"
echo "=== debug: Www-Authenticate header ==="
curl -sk -I https://git.kimchi/v2/ | grep -i www-authenticate || true
curl -sk -I http://git.kimchi/v2/ | grep -i www-authenticate || true
echo ""
echo "=== buildah push tag ==="