From bef83b3a357165b0779963df73b3ab00068130d6 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 May 2019 00:53:07 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c8bcd0..8106f76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,8 +13,8 @@ hcana_docker:
      - eic0 docker
   script:
      - docker login eicweb.phy.anl.gov:4567 -u whit -p ${CI_IMAGE_BUILD_PAT}
-     - cd containers/docker && make build-nc && make build && make publish
-     - docker push eicweb.phy.anl.gov:4567/jlab/hcana
+     - cd containers/docker && make release
+       #- docker push eicweb.phy.anl.gov:4567/jlab/hcana
        # - docker login eicweb.phy.anl.gov:4567 -u whit -p ${eic0_registry_push_token}
        # - docker tag  whit/image_recipes/ubuntu_base:latest eicweb.phy.anl.gov:4567/whit/image_recipes/ubuntu_base:latest
        # - docker push eicweb.phy.anl.gov:4567/whit/image_recipes/ubuntu_base:latest
-- 
GitLab