--- kind: pipeline name: default steps: - name: Build the docker image image: docker:stable volumes: - name: docker_sock path: /var/run/docker.sock commands: - docker build --no-cache -t autonomic/docker.jekyll.4:drone .