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
f00f
Geike
Commits
c810cb5b
Verified
Commit
c810cb5b
authored
Nov 04, 2020
by
Luc Everse
Browse files
Add automatic building through CI
parent
db83305a
Pipeline
#1583
failed with stage
in 3 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
c810cb5b
image
:
registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image/master:stable
variables
:
DOCKER_TLS_CERTDIR
:
"
"
services
:
-
docker:19.03.5-dind
stages
:
-
publish
publish
:
stage
:
publish
script
:
-
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
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