test
Build KabOS Image / build (push) Failing after 25s
Details
Build KabOS Image / build (push) Failing after 25s
Details
This commit is contained in:
parent
2ef81c5dd3
commit
5d4feca117
|
|
@ -11,6 +11,10 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fix repo URL (IMPORTANT)
|
||||||
|
run: |
|
||||||
|
git config --global url."http://forgejo-kabos:3000/".insteadOf "http://forgejo:3000/"
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue