Merge pull request 'fix: bypass automatic repo base_url' (#4) from dev-v0.7.x into main
Some checks failed
Build and Publish Docker Image (Semantic Cache) / build-and-push-semantic (push) Failing after 24s
Build and Publish Docker Image / build-and-push (push) Failing after 23s

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/4
This commit is contained in:
Alpha Nerd 2026-04-02 13:36:31 +02:00
commit ac6bcbf296
2 changed files with 8 additions and 6 deletions

View file

@ -44,9 +44,10 @@ jobs:
apt-get install -y -qq docker.io
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
with:
github-server-url: https://bitfreedom.net/code
run: |
git clone --depth=1 --branch "${{ github.ref_name }}" \
"https://oauth2:${{ github.token }}@bitfreedom.net/code/${{ github.repository }}.git" \
.
- name: Set up QEMU (for multi-arch builds)
uses: https://github.com/docker/setup-qemu-action@v3

View file

@ -37,9 +37,10 @@ jobs:
apt-get install -y -qq docker.io
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
with:
github-server-url: https://bitfreedom.net/code
run: |
git clone --depth=1 --branch "${{ github.ref_name }}" \
"https://oauth2:${{ github.token }}@bitfreedom.net/code/${{ github.repository }}.git" \
.
- name: Set up QEMU (for multi-arch builds)
uses: https://github.com/docker/setup-qemu-action@v3