with volume
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-08-12 01:42:19 +02:00
parent 329d846f93
commit fbad94b65d

View File

@@ -21,7 +21,7 @@ steps:
image: debian:buster-slim image: debian:buster-slim
volumes: volumes:
- name: ssh - name: ssh
path: $HOME/.ssh/ path: /root/.ssh/
environment: environment:
SSH_KEY: SSH_KEY:
from_secret: gitea_id_ed25519 from_secret: gitea_id_ed25519
@@ -35,7 +35,7 @@ steps:
image: kasperhermansen/cuddle:latest image: kasperhermansen/cuddle:latest
volumes: volumes:
- name: ssh - name: ssh
path: $HOME/.ssh/ path: /root/.ssh/
environment: environment:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
DOCKER_USERNAME: DOCKER_USERNAME: