--- 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