Use the correct git server
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 46s

This commit is contained in:
Konstantin Hintermayer 2024-07-03 22:25:33 +02:00
parent d75005941d
commit 234f03945d

View File

@ -16,6 +16,8 @@ jobs:
run: echo ${{ gitea.repository }}
- uses: actions/checkout@v4
name: ⬇️ Checking out the repository
with:
github-server-url: https://git.kocoder.xyz
- uses: docker/setup-buildx-action@v3
name: Setup docker buildx
- run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}