Skip to content
Snippets Groups Projects

gitlab-ci

Merged Whitney Armstrong requested to merge whit1/EIC/NPDet:dd4pod into master
3 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -75,6 +75,8 @@ login: ## Auto login to AWS-ECR unsing aws-cli
@docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
echo "Login COMPLETE"
release-latest: build login publish-latest ## Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
release: build-nc publish cleanup## Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
release-cached: build publish ## Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
Loading