Add .drone.yml

This commit is contained in:
Kristóf Tóth 2018-04-16 15:44:11 +02:00
parent 3b1f42858d
commit 137d1dbce2

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
pipeline:
build:
image: eu.gcr.io/avatao-public/docker:el7
volumes:
- /etc/docker:/etc/docker:ro
- /root/.docker:/root/.docker:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
commands:
- docker build --pull -t eu.gcr.io/avatao-challengestore/tutorial-framework:${DRONE_TAG} .
- docker push eu.gcr.io/avatao-challengestore/tutorial-framework:${DRONE_TAG}
when:
event: 'tag'
branch: refs/tags/egyptianmau-20*