Loading scripts/docker_build_and_push_all.sh +3 −5 Original line number Diff line number Diff line Loading @@ -60,14 +60,12 @@ function build_and_push() { --build-arg "ESGF_IMAGES_HUB=${images_hub}" \ --build-arg "ESGF_VERSION=${esgf_ver}" \ -t "${images_hub}/${img}" . fi if [[ "${is_latest}" = "${TRUE}" ]]; then docker tag "${images_hub}/${img}" "${images_hub}/${latest_img}" fi #docker build --no-cache -t $images_hub/$img . fi # optionally push the module to Docker Hub if [[ $pushit == "${TRUE}" ]]; then docker push $images_hub/$img Loading Loading
scripts/docker_build_and_push_all.sh +3 −5 Original line number Diff line number Diff line Loading @@ -60,14 +60,12 @@ function build_and_push() { --build-arg "ESGF_IMAGES_HUB=${images_hub}" \ --build-arg "ESGF_VERSION=${esgf_ver}" \ -t "${images_hub}/${img}" . fi if [[ "${is_latest}" = "${TRUE}" ]]; then docker tag "${images_hub}/${img}" "${images_hub}/${latest_img}" fi #docker build --no-cache -t $images_hub/$img . fi # optionally push the module to Docker Hub if [[ $pushit == "${TRUE}" ]]; then docker push $images_hub/$img Loading