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
GILLES Sebastien
GettingStartedWithModernCpp
Commits
16056338
Commit
16056338
authored
May 04, 2021
by
Vicente Mataix Ferrándiz
🐍
Browse files
Update .gitlab-ci.yml
parent
7c440f26
Pipeline
#245414
passed with stage
in 10 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
16056338
...
...
@@ -8,9 +8,9 @@ build_docker:
retry
:
2
tags
:
-
linux
rules
:
-
change
s
:
-
docker/Dockerfile
only
:
ref
s
:
-
master
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker build -f docker/Dockerfile -t $CI_REGISTRY/$CI_PROJECT_PATH:latest .
...
...
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