munta/.woodpecker.yaml

6 lines
117 B
YAML
Raw Normal View History

2024-03-30 14:08:02 +01:00
steps:
- name: build
image: docker
commands:
2024-03-30 14:11:49 +01:00
- systemctl start docker
2024-03-30 14:08:02 +01:00
- docker build -t munta .