Fix build_arg name
This commit is contained in:
parent
bc041a8a45
commit
038f166869
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ steps:
|
||||||
VERSION: "7.2.10-r2"
|
VERSION: "7.2.10-r2"
|
||||||
commands:
|
commands:
|
||||||
- "./write-tags.sh $VERSION > .tags"
|
- "./write-tags.sh $VERSION > .tags"
|
||||||
- "echo Will build the following tags:"
|
- "# Will build the following tags:"
|
||||||
- "cat .tags"
|
- "cat .tags"
|
||||||
|
|
||||||
- name: "build docker image"
|
- name: "build docker image"
|
||||||
|
@ -21,7 +21,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
build_args:
|
build_args:
|
||||||
- VERSION=7.2.10-r2
|
- ATHEME_VERSION=7.2.10-r2
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
@ -32,7 +32,7 @@ steps:
|
||||||
VERSION: "7.2.10-r2"
|
VERSION: "7.2.10-r2"
|
||||||
commands:
|
commands:
|
||||||
- "./write-tags.sh $VERSION contrib > .tags"
|
- "./write-tags.sh $VERSION contrib > .tags"
|
||||||
- "echo Will build the following tags:"
|
- "# Will build the following tags:"
|
||||||
- "cat .tags"
|
- "cat .tags"
|
||||||
|
|
||||||
- name: "build docker image (contrib)"
|
- name: "build docker image (contrib)"
|
||||||
|
@ -44,7 +44,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
build_args:
|
build_args:
|
||||||
- VERSION=7.2.10-r2
|
- ATHEME_VERSION=7.2.10-r2
|
||||||
- BUILD_CONTRIB_MODULES=true
|
- BUILD_CONTRIB_MODULES=true
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue