From b55522d6885df64b0c9821876a91f3bc044618c9 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 31 Mar 2023 10:24:40 +0200 Subject: [PATCH] Use the debian image for ssh keys Signed-off-by: Noah Knegt --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3027653..9c6f222 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - ansible-lint . - name: setup ssh key - image: alpine:latest + image: debian:latest commands: - mkdir -p /root/.ssh - echo "$SSH_KEY" > /root/.ssh/id_ed25519