ts ip for gitea
Some checks failed
ci / Build & Unit Test (8.0.x) (push) Failing after 31s
ci / Build Frontend (21) (push) Failing after 35s
ci / Build Containers (push) Has been skipped

This commit is contained in:
Andy Pack 2024-07-19 17:52:42 +01:00
parent ab2fd45c71
commit 7b103d34d9
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
github-server-url: http://gitea.sheep-ghoul.ts.net:3000
github-server-url: https://100.118.116.68
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3.0.3
with:
@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
github-server-url: http://gitea.sheep-ghoul.ts.net:3000
github-server-url: https://100.118.116.68
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
github-server-url: http://gitea.sheep-ghoul.ts.net:3000
github-server-url: https://100.118.116.68
- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v2