-
Bug
-
Resolution: Done
-
Major
-
None
-
None
echo "Tagging image and pushing to registry..." export root_image_name="localhost:5000/${application}" export image="${root_image_name}:latest" docker tag ${qs_dir} ${image} docker push ${image}
is followed by
echo "Creating docker file locally and pushing to registry at localhost:5000" docker build -t "${image}" target
which doesn't have any effect