Fix build

This commit is contained in:
Layla 2019-12-20 12:01:12 -05:00
parent 356f14e505
commit 7235b7b0ae

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
echo "Building ${env.SERVICE} docker image"
// Docker build flags are set via the getDockerBuildFlags() shared library.
sh "docker build ${getDockerBuildFlags()} -t ${env.DOCKER_REGISTRY}/${env.SERVICE}:${env.VERSION} ."
sh "docker build ${getDockerBuildFlags()} -t rbnops/auto-semver:${env.VERSION} ."
sh "python setup.py sdist"