11 lines
145 B
YAML
11 lines
145 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: build_lector
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: docker:dind
|
||
|
commands:
|
||
|
- docker build -t lector .
|