Merge pull request 'Use external url in workflow' (#1) from feature/use_external_url_in_action into main
All checks were successful
Build & Push Linode Webhook / build (push) Successful in 1m16s

Reviewed-on: #1
This commit is contained in:
2025-06-25 13:18:19 +00:00

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:3000/klauvsteinen/cert-manager-webhook-linode.git
git clone https://gitea.engen.priv.no/klauvsteinen/cert-manager-webhook-linode.git
- name: Install Docker
run: |
apk add docker