Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
8c261be7
Commit
8c261be7
authored
Jul 06, 2020
by
Nicolas Gelot
Browse files
Use generic_privileged runner for docker build
parent
09654a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8c261be7
...
...
@@ -25,6 +25,8 @@ build:web:
.build:docker:
stage
:
build
image
:
docker:git
tags
:
-
generic_privileged
services
:
-
docker:18-dind
before_script
:
...
...
@@ -39,7 +41,6 @@ build:web:
-
docker build -t $CI_REGISTRY_IMAGE/morty -f morty.Dockerfile .
-
docker push $CI_REGISTRY_IMAGE/morty
build:docker:master:
extends
:
.build:docker
only
:
...
...
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