fix clone
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 0s

This commit is contained in:
2025-06-23 00:40:11 +02:00
parent e1d1d67d12
commit bdc698a552

View File

@@ -10,11 +10,14 @@ jobs:
steps: steps:
- name: Clone repo with token auth - name: Clone repo with token auth
run: | run: |
git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local:3000/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 - name: Show Docker version
run: docker version run: docker version
- name: Cd
run: cd cert-manager-webhook-linode
- name: Build Docker image - name: Build Docker image
run: docker build -t registry.engen.priv.no/cert-manager-linode-webhook:latest . run: docker build -t registry.engen.priv.no/cert-manager-linode-webhook:latest .