pull always
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 20:52:40 +02:00
parent 206b500c0f
commit f86bd0b4fe
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -19,6 +19,7 @@ steps:
- name: build - name: build
image: kasperhermansen/cuddle:latest image: kasperhermansen/cuddle:latest
pull: always
volumes: volumes:
- name: ssh - name: ssh
path: /root/.ssh/ path: /root/.ssh/
@ -48,6 +49,7 @@ steps:
format: markdown format: markdown
when: when:
status: [failure] status: [failure]
services: services:
- name: docker - name: docker
image: docker:dind image: docker:dind