Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust CI Builder
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Rust CI Builder
Commits
45bd3162
Verified
Commit
45bd3162
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
specify dind version
parent
644538e8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#473
failed with stage
Stage:
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
45bd3162
x86
:
docker_builder
:
image
:
docker:latest
image
:
docker:latest
stage
:
build
stage
:
build
services
:
services
:
-
docker:dind
-
docker:
20-
dind
before_script
:
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)
# Default branch leaves tag empty (= latest tag)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment