This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
docker.jekyll.4/.drone.yml

14 lines
257 B
YAML

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