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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user