Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f00f
Geike
Commits
0e435fbb
Verified
Commit
0e435fbb
authored
Mar 06, 2021
by
Luc Everse
Browse files
Use alternate docker image
parent
24092c58
Pipeline
#1742
passed with stage
in 5 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0e435fbb
image
:
registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image/master:stable
image
:
docker:19.03.13
variables
:
DOCKER_TLS_CERTDIR
:
"
"
services
:
...
...
@@ -10,6 +10,7 @@ stages:
publish
:
stage
:
publish
script
:
-
docker info
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker build -t $CI_REGISTRY/$CI_PROJECT_PATH .
-
docker push $CI_REGISTRY/$CI_PROJECT_PATH
...
...
Write
Preview
Markdown
is supported
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