basicstack.org/.forgejo
CTO (Paperclip Agent) fecd6a23b8
All checks were successful
Build and Deploy / build-and-push (push) Successful in 43s
feat: migrate Docker registry from direct registry to Harbor
This commit reconfigures the CI/CD pipeline to use Harbor as the container registry:

- Updated registry endpoint from 10.106.73.119:5000 to harbor.basicstack.de
- Added PROJECT variable (basicstack) to organize images in Harbor
- Updated image paths to include Harbor project: harbor.basicstack.de/basicstack/basicstack-web
- Changed authentication from 'paperclip' user to 'admin' user for Harbor
- Updated Forgejo secret REGISTRY_PASSWORD with Harbor admin credentials
- Created 'basicstack' project in Harbor for image storage

Images will now be:
- Built in CI/CD
- Pushed to harbor.basicstack.de/basicstack/basicstack-web:TAG
- Pulled from Harbor for deployment (manifest auto-updated by workflow)

Resolves: DEV-338

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 17:33:21 +00:00
..
workflows feat: migrate Docker registry from direct registry to Harbor 2026-07-18 17:33:21 +00:00