Build the image with drone #2

Manually merged
decentral1se merged 2 commits from add-docker-image-testing into master 2020-03-29 08:07:00 +00:00
1 changed files with 13 additions and 0 deletions
Showing only changes of commit 09b5d15e1c - Show all commits

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 .