Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c261be7 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Use generic_privileged runner for docker build

parent 09654a8d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: