added mariadb 10.5
This commit is contained in:
parent
e064feafff
commit
1e272b391f
23
.drone.yml
23
.drone.yml
@ -103,3 +103,26 @@ steps:
|
||||
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:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
Loading…
Reference in New Issue
Block a user