Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy / deploy (push) Failing after 1m14s

This commit is contained in:
tas
2026-03-16 13:26:28 +00:00
parent c44ace5804
commit cc582e1f0e

View File

@@ -30,14 +30,8 @@ jobs:
CREDS="${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}"
echo "=== debug: test v2 endpoint ==="
curl -sk https://git.kimchi/v2/ || true
echo ""
echo "=== debug: test v2 auth ==="
curl -sk -u "$CREDS" https://git.kimchi/v2/ || true
echo ""
echo "=== debug: test token endpoint ==="
curl -sk -u "$CREDS" "https://git.kimchi/v2/token?scope=repository:tas/major_tom:push,pull&service=container_registry" || true
echo "=== debug: Www-Authenticate header ==="
curl -sk -I https://git.kimchi/v2/ | grep -i www-authenticate || true
echo ""
echo "=== buildah push tag ==="