From bedf5381bde5d39316b4473b6080a9f57294c966 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 15 Aug 2019 13:08:20 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- containers/docker/config.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8106f76..d85184c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ hcana_docker: tags: - eic0 docker script: - - docker login eicweb.phy.anl.gov:4567 -u whit -p ${CI_IMAGE_BUILD_PAT} + - docker login eicweb.phy.anl.gov -u whit -p ${CI_IMAGE_BUILD_PAT} - 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} diff --git a/containers/docker/config.env b/containers/docker/config.env index 888e44d..2828dff 100644 --- a/containers/docker/config.env +++ b/containers/docker/config.env @@ -3,7 +3,7 @@ PORT=4000 REG_TOKEN ?= ${CI_IMAGE_BUILD_PAT} REG_USER ?= whit -REG_NAME ?= eicweb.phy.anl.gov +REG_NAME ?= eicweb.phy.anl.gov:4567 REG_HOST ?= eicweb.phy.anl.gov # name of alternate build: -- GitLab