kind: pipeline type: docker name: default steps: - name: node image: docker volumes: - name: docker_sock path: /var/run/docker.sock commands: - docker build --tag ofb_angular . volumes: - name: docker_sock host: path: /var/run/docker.sock