Files
redmine/.woodpecker/test_build.yaml
T
pztrn a4d773f308
ci/woodpecker/push/test_build Pipeline was successful
README update and build step name typo fix.
2026-06-07 18:29:56 +05:00

13 lines
351 B
YAML

---
when:
- event: [push, tag, manual]
steps:
- name: "Build container without pushing"
image: code.pztrn.name/containers/mirror/docker:26.1.1-dind
privileged: true
commands:
- docker build -t code.pztrn.name/containers/redmine:$${CI_COMMIT_BRANCH} -f Dockerfile .
volumes:
- /var/run/docker.sock:/var/run/docker.sock