fix attempt for custom build
This commit is contained in:
parent
c2045c86da
commit
e4f2bfaae1
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user