docker-mariadb-backup-slave/.drone.yml

84 lines
1.8 KiB
YAML
Raw Normal View History

2019-11-23 18:00:26 +00:00
kind: pipeline
name: default
steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/mariadb-backup-slave
when:
event:
exclude:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
2019-11-25 13:28:34 +00:00
environment:
MARIA_VERSION: 10.1
settings:
dockerfile: Dockerfile
auto_tag: true
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
tags:
- ${MARIA_VERSION}
username:
from_secret: docker_username
when:
event:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
environment:
MARIA_VERSION: 10.2
settings:
dockerfile: Dockerfile
auto_tag: true
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
tags:
- ${MARIA_VERSION}
username:
from_secret: docker_username
when:
event:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
environment:
MARIA_VERSION: 10.3
2019-11-23 18:00:26 +00:00
settings:
dockerfile: Dockerfile
auto_tag: true
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
tags:
2019-11-24 17:16:39 +00:00
- latest
2019-11-25 13:28:34 +00:00
- ${MARIA_VERSION}
2019-11-23 18:00:26 +00:00
username:
from_secret: docker_username
when:
event:
- tag