shell/.drone.yml

20 lines
424 B
YAML
Raw Permalink Normal View History

2020-03-01 11:54:20 +00:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
2020-03-01 12:12:41 +00:00
network_mode: bridge
2020-03-01 12:20:43 +00:00
settings:
repo: datavibe/shell
2020-03-02 05:24:20 +00:00
build_args:
- UBUNTU_MIRROR=http://ubuntu.datavi.be/ubuntu
2020-03-01 12:28:28 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- ${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH/\//-}