fix(ci): install git in builder and pass token for private dependency
Some checks failed
Build and Push Docker Image / build (push) Failing after 19s

The builder image needs git to clone the schwab-scraper SSH dependency.
Uses git insteadOf to redirect SSH URLs to HTTPS with CR_PAT in CI.
This commit is contained in:
2026-04-25 00:58:43 +00:00
parent 8a73226523
commit d212078420
2 changed files with 10 additions and 2 deletions

View File

@@ -28,3 +28,5 @@ jobs:
context: .
push: true
tags: gitea.ext.ben.io/${{ gitea.repository }}:latest
build-args: |
GIT_TOKEN=${{ secrets.CR_PAT }}