passed/.woodpecker/build_image.yaml

12 lines
222 B
YAML
Raw Normal View History

2024-11-10 14:09:57 +00:00
when:
- event: "push"
branch: "main"
- event: "manual"
steps:
- name: "Build Image"
image: "docker:dind"
2024-11-10 14:11:46 +00:00
privileged: true
2024-11-10 14:09:57 +00:00
commands:
2024-11-10 14:11:46 +00:00
- "docker build -t git.1e99.eu/1e99/passed:$CI_COMMIT_SHA ."