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
Docker Build Images
raspbian-base
Commits
f871ac76
Commit
f871ac76
authored
Nov 23, 2018
by
Markus Frosch
Browse files
Use CI_REGISTRY
parent
75dcc1bd
Pipeline
#2982
failed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f871ac76
...
...
@@ -6,12 +6,12 @@ services:
-
docker:dind
variables
:
DOCKER_REGISTRY
:
registry.icinga.com
DOCKER_REGISTRY
:
${CI_REGISTRY}
DOCKER_IMAGE_PREFIX
:
${CI_PROJECT_PATH}/
before_script
:
-
docker info
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN
registry.icinga.com
-
docker login -u gitlab-ci-token -p $
{
CI_JOB_TOKEN
} ${CI_REGISTRY}
-
apk -U add make
build
:
...
...
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