This commit is contained in:
parent
c76c4c4469
commit
1ea25ff238
63
.drone.yml
63
.drone.yml
@ -14,14 +14,14 @@ steps:
|
|||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: build_and_publish_10_2
|
- name: build_and_publish_10_5
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- MARIA_VERSION=10.2
|
- MARIA_VERSION=10.5
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
@ -30,7 +30,30 @@ steps:
|
|||||||
registry: docker.asperti.com
|
registry: docker.asperti.com
|
||||||
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
||||||
tags:
|
tags:
|
||||||
- maria-10.2
|
- latest
|
||||||
|
- maria-10.5
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
- name: build_and_publish_10_4
|
||||||
|
image: plugins/docker:linux-amd64
|
||||||
|
pull: always
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
build_args:
|
||||||
|
- MARIA_VERSION=10.4
|
||||||
|
auto_tag: false
|
||||||
|
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-10.4
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
@ -59,14 +82,14 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: build_and_publish_10_4
|
- name: build_and_publish_10_2
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- MARIA_VERSION=10.4
|
- MARIA_VERSION=10.2
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
password:
|
password:
|
||||||
@ -74,31 +97,7 @@ steps:
|
|||||||
registry: docker.asperti.com
|
registry: docker.asperti.com
|
||||||
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- maria-10.2
|
||||||
- maria-10.4
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
- name: build_and_publish_10_5
|
|
||||||
image: plugins/docker:linux-amd64
|
|
||||||
pull: always
|
|
||||||
settings:
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
build_args:
|
|
||||||
- MARIA_VERSION=10.5
|
|
||||||
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:
|
|
||||||
- latest
|
|
||||||
- maria-10.5
|
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user