Loading scripts/docker_build_and_push_all.sh +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ function build_and_push() { docker build --no-cache -t esgfhub/$img . # optionally push the module to Docker Hub if [ $pushit == '--push' ]; then if [[ $pushit == *"push"* ]]; then docker push esgfhub/$img fi Loading Loading
scripts/docker_build_and_push_all.sh +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ function build_and_push() { docker build --no-cache -t esgfhub/$img . # optionally push the module to Docker Hub if [ $pushit == '--push' ]; then if [[ $pushit == *"push"* ]]; then docker push esgfhub/$img fi Loading