From 1e272b391f2f3aa7c7803799ac123305e9cc15d6 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Fri, 19 Mar 2021 12:51:10 +0100 Subject: [PATCH] added mariadb 10.5 --- .drone.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5f81b4a..6d2cf2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -100,6 +100,29 @@ steps: - 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: + from_secret: docker_username when: event: - tag \ No newline at end of file