Skip to content
Snippets Groups Projects
Commit bedf5381 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent a8a49496
No related branches found
No related tags found
No related merge requests found
Pipeline #1723 failed with stages
in 45 seconds
...@@ -12,7 +12,7 @@ hcana_docker: ...@@ -12,7 +12,7 @@ hcana_docker:
tags: tags:
- eic0 docker - eic0 docker
script: 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 - cd containers/docker && make release
#- docker push eicweb.phy.anl.gov:4567/jlab/hcana #- docker push eicweb.phy.anl.gov:4567/jlab/hcana
# - docker login eicweb.phy.anl.gov:4567 -u whit -p ${eic0_registry_push_token} # - docker login eicweb.phy.anl.gov:4567 -u whit -p ${eic0_registry_push_token}
......
...@@ -3,7 +3,7 @@ PORT=4000 ...@@ -3,7 +3,7 @@ PORT=4000
REG_TOKEN ?= ${CI_IMAGE_BUILD_PAT} REG_TOKEN ?= ${CI_IMAGE_BUILD_PAT}
REG_USER ?= whit REG_USER ?= whit
REG_NAME ?= eicweb.phy.anl.gov REG_NAME ?= eicweb.phy.anl.gov:4567
REG_HOST ?= eicweb.phy.anl.gov REG_HOST ?= eicweb.phy.anl.gov
# name of alternate build: # name of alternate build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment