diff --git a/Dockerfile_tests b/Dockerfile_tests index d6eb732..b16eccc 100755 --- a/Dockerfile_tests +++ b/Dockerfile_tests @@ -1,5 +1,5 @@ ARG BASE_ROOT="nexus.iqser.com:5001/red/" -ARG VERSION_TAG="latest" +ARG VERSION_TAG="dev" FROM ${BASE_ROOT}pyinfra:${VERSION_TAG} diff --git a/run_tests.sh b/run_tests.sh index feb1ab5..fc81e96 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,6 +1,6 @@ echo "${bamboo_nexus_password}" | docker login --username "${bamboo_nexus_user}" --password-stdin nexus.iqser.com:5001 docker build -f Dockerfile_tests -t pyinfra-tests:dev . - +docker tag pyinfra-tests:dev nexus.iqser.com:5001/red/pyinfra-tests:dev docker push nexus.iqser.com:5001/red/pyinfra-tests:dev source build_venv/bin/activate