- Removed Docker login and image pull steps (Docker not available in runner)
- Added Harbor API authentication test using curl with basic auth
- Test now validates secrets are accessible and credentials work
Creates a simple test pipeline to validate:
- Harbor secrets are accessible (HARBOR_USERNAME, HARBOR_PASSWORD)
- Webhook secrets are configured (WEBHOOK_URL, WEBHOOK_SECRET)
- Harbor registry connectivity
- Docker login authentication works
- Registry operations function
This fast test will confirm pipeline can access secrets
before running full Docker build.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>