Add docker
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 2s

This commit is contained in:
2025-06-23 00:59:32 +02:00
parent 5af99168f1
commit 41cd1d8a2e

View File

@@ -11,6 +11,12 @@ jobs:
- 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
- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo systemctl start docker
sudo docker version
- name: Show Docker version
run: docker version