apt instead of apt-get
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 2s
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 2s
This commit is contained in:
@@ -13,8 +13,8 @@ jobs:
|
||||
git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local:3000/klauvsteinen/cert-manager-webhook-linode.git
|
||||
- name: Install Docker
|
||||
run: |
|
||||
aptupdate
|
||||
aptinstall -y docker.io
|
||||
apt update
|
||||
apt install -y docker.io
|
||||
systemctl start docker
|
||||
docker version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user