Fix port
Some checks failed
Build & Push Linode Webhook / build (push) Has been cancelled

This commit is contained in:
2025-06-23 00:37:04 +02:00
parent a1f20e1a43
commit e1d1d67d12

View File

@@ -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