From 038f1668690c05c8f7186f1f66d4fc71c55032ac Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 1 Mar 2020 00:26:30 -0800 Subject: [PATCH] Fix build_arg name --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d76075..b68252f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: VERSION: "7.2.10-r2" commands: - "./write-tags.sh $VERSION > .tags" - - "echo Will build the following tags:" + - "# Will build the following tags:" - "cat .tags" - name: "build docker image" @@ -21,7 +21,7 @@ steps: password: from_secret: docker_password build_args: - - VERSION=7.2.10-r2 + - ATHEME_VERSION=7.2.10-r2 trigger: branch: - master @@ -32,7 +32,7 @@ steps: VERSION: "7.2.10-r2" commands: - "./write-tags.sh $VERSION contrib > .tags" - - "echo Will build the following tags:" + - "# Will build the following tags:" - "cat .tags" - name: "build docker image (contrib)" @@ -44,7 +44,7 @@ steps: password: from_secret: docker_password build_args: - - VERSION=7.2.10-r2 + - ATHEME_VERSION=7.2.10-r2 - BUILD_CONTRIB_MODULES=true trigger: branch: