Update CI config.
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
2026-06-07 18:31:30 +05:00
parent a4d773f308
commit e5073c3834
2 changed files with 11 additions and 14 deletions
+11 -2
View File
@@ -1,9 +1,18 @@
---
when:
- event: deployment
evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "build"'
- 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
when:
- evaluate: 'CI_COMMIT_TAG == ""'
- name: "Build tagged container"
image: code.pztrn.name/containers/mirror/docker:26.1.1-dind
privileged: true
-12
View File
@@ -1,12 +0,0 @@
---
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