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

Merge branch 'dd4pod' into 'master'

gitlab-ci

See merge request EIC/NPDet!135
parents 51976c30 7a149978
Branches
Tags v0.3.0
No related merge requests found
......@@ -20,6 +20,16 @@ docker_image:
only:
- master
- ci_dev
script:
- cd containers/docker && make release-latest
docker_tag:
image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
stage: container
tags:
- sodium
only:
- tags
script:
- cd containers/docker && make release
......
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
project(NPDet VERSION 0.2.0
project(NPDet VERSION 0.3.0
LANGUAGES CXX)
option(BUILD_DATA_MODEL "build the dd4pod datamodel" ON)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment