diff options
-rw-r--r-- | jjb/global-templates-python.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index 81a54aa8b..d7eeaf21b 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -108,7 +108,7 @@ - shell: | cp $WORKSPACE/docker/* . - docker -D build -t testsuite . + docker -D build -t openecomp/testuite . export DOCKER_REPOSITORY="nexus3.openecomp.org:10003" docker tag openecomp/testuite:latest $DOCKER_REPOSITORY/openecomp/testuite:latest docker push $DOCKER_REPOSITORY/openecomp/testuite:latest
\ No newline at end of file |