Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TraP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
TraP
Merge requests
!29
Fix pipeline for new dind tag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
Fix pipeline for new dind tag
fix-pipeline-dind
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Imported
Timo Millenaar
requested to merge
fix-pipeline-dind
into
main
9 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a9e5eea0
1 commit,
9 months ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
{{cookiecutter.project_slug}}/.prepare.gitlab-ci.yml
+
3
−
3
Options
@@ -3,9 +3,9 @@ stages:
build_ci_runner_image
:
stage
:
build
image
:
docker
:stable
service
s
:
-
docker:
dind
image
:
docker
tag
s
:
-
dind
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
|
Loading