fix(ci): add retry: 2 for transient Harbor failures

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Chever John 2026-06-17 10:20:11 +08:00
parent 6558d137d9
commit 095fe1b9b7
No known key found for this signature in database
GPG Key ID: 2894D52ED1211DF0

View File

@ -14,6 +14,7 @@ build-frontend:
image: docker:27
services:
- docker:27-dind
retry: 2
before_script:
- until docker info >/dev/null 2>&1; do echo "Waiting for Docker daemon..."; sleep 2; done
- echo "$HARBOR_PASSWORD" | docker login $HARBOR_REGISTRY -u "$HARBOR_USER" --password-stdin