From 09b5d15e1c7fdcd33777251b866d07c9739ff0cb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 10:04:06 +0200 Subject: [PATCH] Build the image with drone --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..57f2f7f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline + +name: default + +steps: + - name: Build Gitea docker image + image: docker:stable + volumes: + - name: docker_sock + path: /var/run/docker.sock + commands: + - docker build --no-cache -t autonomic/gitea:drone .