mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-25 04:51:33 +00:00
Remove drone.yml
This commit is contained in:
parent
3934b79cf3
commit
c2faa4732a
13
.drone.yml
13
.drone.yml
@ -1,13 +0,0 @@
|
|||||||
pipeline:
|
|
||||||
build:
|
|
||||||
image: eu.gcr.io/avatao-challengestore/challenge-builder
|
|
||||||
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/chausie-20*
|
|
Loading…
Reference in New Issue
Block a user