fix docker build args
This commit is contained in:
parent
59b0ce5ba4
commit
385161bbe0
12
.drone.yml
12
.drone.yml
@ -18,10 +18,10 @@ steps:
|
|||||||
- name: build_and_publish_10_1
|
- name: build_and_publish_10_1
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
environment:
|
|
||||||
MARIA_VERSION: 10.1
|
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
build_args:
|
||||||
|
MARIA_VERSION: 10.1
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
@ -40,10 +40,10 @@ steps:
|
|||||||
- name: build_and_publish_10_2
|
- name: build_and_publish_10_2
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
environment:
|
|
||||||
MARIA_VERSION: 10.2
|
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
build_args:
|
||||||
|
MARIA_VERSION: 10.2
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
@ -62,10 +62,10 @@ steps:
|
|||||||
- name: build_and_publish_10_3
|
- name: build_and_publish_10_3
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
environment:
|
|
||||||
MARIA_VERSION: 10.3
|
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
build_args:
|
||||||
|
MARIA_VERSION: 10.3
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
|
Loading…
Reference in New Issue
Block a user