Files
redmine/.woodpecker/test_build.yaml
T

13 lines
352 B
YAML
Raw Normal View History

2026-06-07 17:56:08 +05:00
---
when:
- event: [push, tag, manual]
steps:
- name: "Build containers 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