Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
containers
eic_container
Merge requests
!632
feat: manual dind default to master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
feat: manual dind default to master
master-patch-0307
into
master
Overview
1
Commits
13
Pipelines
0
Changes
1
Closed
Wouter Deconinck
requested to merge
master-patch-0307
into
master
1 year ago
Overview
1
Commits
13
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
2ee1d420
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2ee1d420
Update .gitlab-ci.yml
· 2ee1d420
Wouter Deconinck
authored
1 year ago
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
.gitlab-ci.yml
+
2
−
0
Options
@@ -197,6 +197,8 @@ dind-confirm:
extends
:
.dind
needs
:
-
dind-build
rules
:
-
when
:
manual
dind-deploy
:
image
:
${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${EXPORT_TAG}
Loading