Merge pull request 'Build the image with drone' (#2) from add-docker-image-testing into master
This commit is contained in:
commit
ac05621b88
13
.drone.yml
Normal file
13
.drone.yml
Normal 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 .
|
@ -1,5 +1,7 @@
|
|||||||
# gitea
|
# gitea
|
||||||
|
|
||||||
|
[](https://drone.autonomic.zone/autonomic-cooperative/gitea)
|
||||||
|
|
||||||
> https://gitea.io/
|
> https://gitea.io/
|
||||||
|
|
||||||
# Deploy
|
# Deploy
|
||||||
|
Reference in New Issue
Block a user