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:19:38 +01:00
parent 59b0ce5ba4
commit 385161bbe0
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 6 additions and 6 deletions

View File

@ -18,10 +18,10 @@ steps:
- name: build_and_publish_10_1
image: plugins/docker:linux-amd64
pull: always
environment:
MARIA_VERSION: 10.1
settings:
dockerfile: Dockerfile
build_args:
MARIA_VERSION: 10.1
auto_tag: false
force_tag: true
daemon_off: false
@ -40,10 +40,10 @@ steps:
- name: build_and_publish_10_2
image: plugins/docker:linux-amd64
pull: always
environment:
MARIA_VERSION: 10.2
settings:
dockerfile: Dockerfile
build_args:
MARIA_VERSION: 10.2
auto_tag: false
force_tag: true
daemon_off: false
@ -62,10 +62,10 @@ steps:
- name: build_and_publish_10_3
image: plugins/docker:linux-amd64
pull: always
environment:
MARIA_VERSION: 10.3
settings:
dockerfile: Dockerfile
build_args:
MARIA_VERSION: 10.3
auto_tag: true
force_tag: true
daemon_off: false