running on alpine
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 4s

This commit is contained in:
2025-06-23 13:11:32 +02:00
parent 439abb87d1
commit e667f898d8

View File

@@ -13,7 +13,7 @@ jobs:
git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local:3000/klauvsteinen/cert-manager-webhook-linode.git
- name: Install Docker
run: |
apk install docker
apk add docker
systemctl start docker
docker version