Initial commit
ci/woodpecker/manual/test_build Pipeline failed

This commit is contained in:
2026-06-07 17:56:08 +05:00
commit e436d0e8d8
77 changed files with 4533 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
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