Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
696f09c7
Commit
696f09c7
authored
Oct 31, 2016
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-4' into 'master'
Improve docs on `gitlab-ci-token` user See merge request !6002
parents
83736987
eecb52e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/ci/docker/using_docker_build.md
doc/ci/docker/using_docker_build.md
+4
-4
No files found.
doc/ci/docker/using_docker_build.md
View file @
696f09c7
...
...
@@ -242,10 +242,10 @@ docker-in-docker on your runners, this is how your `.gitlab-ci.yml` could look:
-
docker push registry.example.com/group/project:latest
```
You have to use the
credentials of the special
`gitlab-ci-token`
user with its
p
assword stored in
`$CI_BUILD_TOKEN`
in order to push to the Registry connected
to your project. This allows you to automate building and deployment of your
Docker images.
You have to use the
special
`gitlab-ci-token`
user created for you in order to
p
ush to the Registry connected to your project. Its password is provided in the
`$CI_BUILD_TOKEN`
variable. This allows you to automate building and deployment
of your
Docker images.
Here's a more elaborate example that splits up the tasks into 4 pipeline stages,
including two tests that run in parallel. The build is stored in the container
...
...
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