forked from External/greenlight
GRN2-159: Changed the inception of the version tag (#574)
* GRN2-159: Changed the inception of the version tag * GRN2-159: Restored TRAVIS_BRANCH * Relocated ARG aNV for version in Dockerfile
This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- stage: build
|
||||
name: build docker image
|
||||
script: bash scripts/image_build.sh $TRAVIS_REPO_SLUG
|
||||
script: bash scripts/image_build.sh $TRAVIS_REPO_SLUG $TRAVIS_BRANCH
|
||||
if: env(CD_BUILD_IGNORE) IS NOT present AND type NOT IN (pull_request) AND env(CD_DOCKER_USERNAME) IS present AND env(CD_DOCKER_PASSWORD) IS present
|
||||
|
||||
notifications:
|
||||
|
Reference in New Issue
Block a user