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:
|
||||
- name: build
|
||||
image: gcr.io/kaniko-project/executor:latest
|
||||
entrypoint: [""]
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- /kaniko/executor
|
||||
--context "${DRONE_WORKSPACE}"
|
||||
--dockerfile "${DRONE_WORKSPACE}/Dockerfile"
|
||||
image: plugins/docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue