Add GITEA_SERVER_URL override to fix checkout networking
Build and Deploy / deploy (push) Failing after 30s
Build and Deploy / deploy (push) Failing after 30s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user