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

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

Build image with GitLab CI

parent 37553937
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+14 −0
Original line number Diff line number Diff line
stages:
  - build

build_image:
  stage: build
  image: docker:git
  services:
    - docker:dind
  script:
    - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.eelo.io:5000
    - docker build -t registry.gitlab.eelo.io:5000/eelo/docker-lineage-cicd .
    - docker push registry.gitlab.eelo.io:5000/eelo/docker-lineage-cicd:latest
  only:
    - master