@@ -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
|
||||
Reference in New Issue
Block a user