apt instead of apt-get
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 1s

This commit is contained in:
2025-06-23 01:15:12 +02:00
parent 5c28323116
commit 12de596dc9

View File

@@ -13,8 +13,8 @@ jobs:
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: Install Docker - name: Install Docker
run: | run: |
apt-get update aptupdate
apt-get install -y docker.io aptinstall -y docker.io
systemctl start docker systemctl start docker
docker version docker version