library/.woodpecker.yml

9 lines
193 B
YAML
Raw Normal View History

2022-04-03 00:20:34 +00:00
pipeline:
build:
image: docker
environment:
2022-04-03 17:58:28 +00:00
- DOCKER_HOST=unix:///var/run/docker.sock
2022-04-03 00:20:34 +00:00
commands:
2022-04-03 00:37:52 +00:00
- docker build -t localhost:5000/library:latest .
2022-04-03 17:51:22 +00:00
- docker ps