소스 검색

Merge branch 'candidate-7.8.0' into candidate-7.8.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 년 전
부모
커밋
5f9518df73
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      dockerfiles/buildall.sh

+ 2 - 1
dockerfiles/buildall.sh

@@ -84,7 +84,8 @@ build_image() {
     if [ "$LATEST" = "1" ] ; then
       docker tag hpccsystems/${name}:${label} hpccsystems/${name}:latest
       if [ "$PUSH" = "1" ] ; then
-        docker push hpccsystems/${name}:${label} hpccsystems/${name}:latest
+        docker push hpccsystems/${name}:${label}
+        docker push hpccsystems/${name}:latest
       fi
     else
       if [ "$PUSH" = "1" ] ; then