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

This commit is contained in:
2025-06-23 01:15:46 +02:00
parent 12de596dc9
commit 68e7dcdd35

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: |
aptupdate apt update
aptinstall -y docker.io apt install -y docker.io
systemctl start docker systemctl start docker
docker version docker version