Fixd dind Image Name in Pipeline
continuous-integration/drone/push Build is failing Details

init
shnee 3 years ago
parent 920af3851e
commit 70389eb087

@ -5,7 +5,7 @@ name: docker-build
steps: steps:
- name: greeting - name: greeting
image: docker.shnee.net/shnee/docker:19.03 image: docker.shnee.net/shnee/dind:19.03
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
@ -32,7 +32,7 @@ steps:
services: services:
- name: docker - name: docker
image: docker.shnee.net/shnee/docker:19.03 image: docker.shnee.net/shnee/dind:19.03
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock

Loading…
Cancel
Save