Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Petelin, Gašper (EXTERN) - 138600
Param search
Commits
09d19a38
Commit
09d19a38
authored
Feb 01, 2021
by
Petelin, Gašper (EXTERN) - 138600
Browse files
Update .gitlab-ci.yml
parent
713e0b06
Pipeline
#57052
failed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
09d19a38
...
...
@@ -18,6 +18,5 @@ docker-build-master:
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
echo "$CI_REGISTRY_IMAGE"
-
docker build --pull -t "$CI_REGISTRY_IMAGE" .
-
docker push "$CI_REGISTRY_IMAGE"
-
docker build --pull -t "$CI_REGISTRY_IMAGE:latest" .
-
docker push "$CI_REGISTRY_IMAGE:latest"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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