Add GITEA_SERVER_URL override to fix checkout networking
Build and Deploy / deploy (push) Failing after 30s

This commit is contained in:
CalebLewallen
2026-05-14 10:34:32 -04:00
parent fa672acaf9
commit c3e143a878
+3 -3
View File
@@ -6,14 +6,14 @@ on:
jobs: jobs:
deploy: deploy:
# 'ubuntu-latest' is a GitHub label. Many Gitea runners use 'act'
# or specific OS labels.
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
# Attempting to override the internal Gitea URL
GITEA_SERVER_URL: http://git.homelab.lewallen.io:3000
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
# Explicitly provide the token to ensure the runner can pull the private repo
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Image - name: Build Docker Image