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

modified: ../../.gitlab-ci.yml

	modified:   Makefile
parent 2aa937be
No related branches found
No related tags found
No related merge requests found
Pipeline #1732 passed with stages
in 5 minutes and 47 seconds
......@@ -14,10 +14,6 @@ hcana_docker:
script:
- 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}
# - 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
hcana_singularity:
......
......@@ -89,9 +89,9 @@ tag-alt-version: ## Generate container `{version}` tag
login: ## Auto login to AWS-ECR unsing aws-cli
docker login $(REG_NAME) -u $(REG_USER) -p $(REG_TOKEN)
release: build-nc publish ## Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
release: build publish ## Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
publish: login publish-latest #publish-version ## Publish the `{version}` ans `latest` tagged containers to ECR
publish: publish-latest #publish-version ## Publish the `{version}` ans `latest` tagged containers to ECR
push: login ## push after login @echo 'push latest to $(REG_NAME)/$(REPO)/$(APP_NAME):latest'
docker tag $(APP_NAME):latest $(REG_NAME)/$(GL_REG_GROUP)/$(APP_NAME):latest
......
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