overleaf-ldap/.drone.yml
Jan-Henrik Bruhn c61a86334a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
kaniko test
2022-12-29 23:20:26 +01:00

17 lines
308 B
YAML

---
kind: pipeline
type: docker
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"