diff --git a/.gitea/workflows/docker-build.yaml b/.gitea/workflows/docker-build.yaml index 209c6e7..debf24e 100644 --- a/.gitea/workflows/docker-build.yaml +++ b/.gitea/workflows/docker-build.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Clone repo with token auth run: | - git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local/klauvsteinen/cert-manager-webhook-linode.git . + git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local:3000/klauvsteinen/cert-manager-webhook-linode.git . - name: Show Docker version run: docker version