fix attempt for custom build

This commit is contained in:
Timo Bejan 2021-11-02 16:00:34 +02:00
parent c2045c86da
commit e4f2bfaae1

View File

@ -56,6 +56,7 @@ else
if [[ ! -z "$bamboo_version_tag" ]]
then
echo "$BAMBOO_DOWNLOAD_PASS" | docker login -u "$BAMBOO_DOWNLOAD_USER" --password-stdin nexus.iqser.com:5001
echo "Pushing custom tag: $bamboo_version_tag"
docker tag "$imageName:latest" "$imageName:$bamboo_version_tag"
docker push "$imageName:$bamboo_version_tag"