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
2 changed files with 15 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 .

View File

@ -1,5 +1,7 @@
# gitea
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/gitea/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/gitea)
> https://gitea.io/
# Deploy