fix docker build args
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2019-11-25 15:22:37 +01:00
parent 385161bbe0
commit fc7b026b0a
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ steps:
settings:
dockerfile: Dockerfile
build_args:
MARIA_VERSION: 10.1
- MARIA_VERSION=10.1
auto_tag: false
force_tag: true
daemon_off: false
@ -43,7 +43,7 @@ steps:
settings:
dockerfile: Dockerfile
build_args:
MARIA_VERSION: 10.2
- MARIA_VERSION=10.2
auto_tag: false
force_tag: true
daemon_off: false
@ -65,7 +65,7 @@ steps:
settings:
dockerfile: Dockerfile
build_args:
MARIA_VERSION: 10.3
- MARIA_VERSION=10.3
auto_tag: true
force_tag: true
daemon_off: false