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

Commit f613c083 authored by Romain Hunault's avatar Romain Hunault
Browse files

Define docker tags

parent 49c59383
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
image: docker:stable
image: docker:19.03.1

# When using dind, it's wise to use the overlayfs driver for
# improved performance.
@@ -7,9 +7,10 @@ variables:
  CONTAINER_IMAGE: registry.gitlab.e.foundation:5000/e/os/lineageota
  PUBLISH_USER: root
  PUBLISH_URL: ota.ecloud.global
  DOCKER_TLS_CERTDIR: "/certs"

services:
- docker:dind
- docker:19.03.1-dind

before_script:
- 'which ssh-agent || ( apk --update add openssh-client )'