This commit is contained in:
parent
3066e29a96
commit
5a44f0ec13
@ -5,6 +5,9 @@ name: "drone-dagger-test"
|
||||
steps:
|
||||
- name: "build"
|
||||
image: harbor.front.kjuulh.io/docker-proxy/library/docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
commands:
|
||||
@ -13,6 +16,9 @@ steps:
|
||||
|
||||
- name: "run-pipeline"
|
||||
image: harbor.front.kjuulh.io/docker-proxy/library/docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user