mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 16:31:21 +00:00
14 lines
469 B
YAML
14 lines
469 B
YAML
|
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*
|