Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DZDTools
motherlode
Commits
2109b152
Commit
2109b152
authored
Dec 18, 2020
by
Tim
Browse files
Merge branch 'master' of
ssh://git.connect.dzd-ev.de:22022/dzdtools/motherlode
parents
03c5c705
fc2e62df
Pipeline
#1138
passed with stage
in 26 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2109b152
...
...
@@ -10,7 +10,7 @@ Push Tagged:
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker build --no-cache . -t $CI_REGISTRY_IMAGE:stable -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
-
docker push $CI_REGISTRY_IMAGE
-
docker push $CI_REGISTRY_IMAGE
--all-tags
Push latest
:
stage
:
local-image-build-n-push
...
...
@@ -20,4 +20,4 @@ Push latest:
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker build --no-cache . -t $CI_REGISTRY_IMAGE:latest
-
docker push $CI_REGISTRY_IMAGE
:latest
-
docker push $CI_REGISTRY_IMAGE
--all-tags
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment