Use the correct git server
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 46s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 46s
This commit is contained in:
parent
d75005941d
commit
234f03945d
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user