Build the image with drone

This commit is contained in:
Luke Murphy 2020-03-29 10:04:06 +02:00
parent 4c7313adca
commit 09b5d15e1c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

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