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

This commit is contained in:
2025-06-23 13:10:56 +02:00
parent 7532bb9ff2
commit 439abb87d1

View File

@@ -13,8 +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: |
apt update
apt install -y docker.io
apk install docker
systemctl start docker
docker version