use our own runners for the container build stage
This commit is contained in:
parent
8506c341d2
commit
cfcc1971b9
1 changed files with 1 additions and 5 deletions
|
|
@ -10,11 +10,7 @@ Build Docker Images:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||||
# Needed because we aren't using our custom runners here
|
tags: [autoscale]
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- DISTRO:
|
- DISTRO:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue