fix: bypass automatic repo base_url

This commit is contained in:
Alpha Nerd 2026-04-02 13:35:49 +02:00
parent 929a972c16
commit 3d01ba7408
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
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