Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NPDet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
NPDet
Merge requests
!135
gitlab-ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
gitlab-ci
whit1/EIC/NPDet:dd4pod
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Whitney Armstrong
requested to merge
whit1/EIC/NPDet:dd4pod
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
fixed up the ci
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7a149978
1 commit,
4 years ago
3 files
+
13
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
containers/docker/Makefile
+
2
−
0
Options
@@ -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