This commit is contained in:
parent
06e8381827
commit
40b621052a
1 changed files with 1 additions and 9 deletions
10
.drone.yml
10
.drone.yml
|
@ -5,13 +5,5 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: gcr.io/kaniko-project/executor:latest
|
image: plugins/docker
|
||||||
entrypoint: [""]
|
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
path: /var/run
|
|
||||||
commands:
|
|
||||||
- /kaniko/executor
|
|
||||||
--context "${DRONE_WORKSPACE}"
|
|
||||||
--dockerfile "${DRONE_WORKSPACE}/Dockerfile"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue