build update

This commit is contained in:
Timo 2021-05-05 10:22:08 +03:00
parent 0845bd73b7
commit 6667c3f6b6

View File

@ -28,7 +28,7 @@ then
echo "APP_VERSION=${version}" > version.properties
echo "Publishing Images with version $version"
echo "$bamboo_bamboo_download_pass | docker login -u $bamboo_bamboo_download_user --password-stdin nexus.iqser.com:5001"
echo "$bamboo_download_pass | docker login -u $bamboo_download_user --password-stdin nexus.iqser.com:5001"
docker push "$imageName:latest"
docker tag "$imageName:latest" "$imageName:$version"