Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
jlab
hallc
analyzer_software
hcana
Commits
6adfb7b2
Commit
6adfb7b2
authored
6 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: Makefile
modified: config.env
parent
101d35b6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/docker/Makefile
+2
-2
2 additions, 2 deletions
containers/docker/Makefile
containers/docker/config.env
+1
-1
1 addition, 1 deletion
containers/docker/config.env
with
3 additions
and
3 deletions
containers/docker/Makefile
+
2
−
2
View file @
6adfb7b2
...
...
@@ -91,8 +91,8 @@ push: login ## push after login @echo 'push latest to $(REG_NAME)/$(REPO)/$(APP_
docker push
$(
REG_NAME
)
/
$(
REPO
)
/
$(
APP_NAME
)
:latest
publish-latest
:
tag-latest
##
Publish the `latest` taged container to ECR
@
echo
'publish latest to
$(
REPO
)
'
docker push
$(
REG_NAME
)
/
$(
REPO
)
/
$(
APP_NAME
)
:latest
@
echo
'publish latest to
$(
GL_REG_NAME
)
'
docker push
$(
REG_NAME
)
/
$(
GL_REG_NAME
)
/
$(
APP_NAME
)
:latest
publish-version
:
tag-version
##
Publish the `{version}` taged container to ECR
@
echo
'publish
$(
VERSION
)
to
$(
REPO
)
'
...
...
This diff is collapsed.
Click to expand it.
containers/docker/config.env
+
1
−
1
View file @
6adfb7b2
...
...
@@ -12,7 +12,7 @@ ALT_NAME ?= broadwell
APP_NAME = hcana
REPO_NAME = hallac
DH_ORG = hallac
GL_GROUP =
hal
la
c
GL_GROUP =
j
la
b
GL_REG_GROUP = jlab
GL_REG_NAME = $(REG_NAME)
REPO = $(REG_USER)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment