lector-drone/.drone.yml

12 lines
210 B
YAML
Raw Normal View History

2021-04-16 10:40:59 +02:00
---
kind: pipeline
type: docker
name: build_lector
steps:
- name: build
2021-04-17 17:40:21 +02:00
image: buildah/buildah
2021-04-16 10:40:59 +02:00
commands:
2021-04-17 18:40:44 +02:00
- buildah build-using-dockerfile --isolation=chroot --format docker -t lector-docker .
2021-04-17 17:40:21 +02:00