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

Commit dcf193ca authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Update registry path

parent 9d049cb5
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ stages:
- publish

variables:
  CONTAINER_IMAGE: registry.gitlab.e.foundation:5000/e/tools/easy-installer
  CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer
  CONTAINER_TAG: stable

check-version:
@@ -34,12 +34,12 @@ build-docker:
    DOCKER_DRIVER: overlay2
  script:
  - docker pull $CONTAINER_IMAGE:$CONTAINER_TAG || true
  - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.e.foundation:5000
  - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.e.foundation
  - docker build --cache-from $CONTAINER_IMAGE:$CONTAINER_TAG -t $CONTAINER_IMAGE:$CONTAINER_TAG .
  - docker push $CONTAINER_IMAGE:$CONTAINER_TAG

build-ubuntu:
  image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable
  image: registry.gitlab.e.foundation/e/devices/easy-installer:stable
  stage: build
  variables:
    GIT_SUBMODULE_STRATEGY: recursive
@@ -53,7 +53,7 @@ build-ubuntu:


build-windows:
  image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable
  image: registry.gitlab.e.foundation/e/devices/easy-installer:stable
  stage: build
  variables:
    GIT_SUBMODULE_STRATEGY: recursive
@@ -68,7 +68,7 @@ build-windows:
      - Easy-installer-setup.exe.sha256sum

publish-ubuntu:
  image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable
  image: registry.gitlab.e.foundation/e/devices/easy-installer:stable
  stage: publish
  variables:
    RELEASE_TYPE: beta
@@ -81,7 +81,7 @@ publish-ubuntu:
      when: manual

publish-windows:
  image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable
  image: registry.gitlab.e.foundation/e/devices/easy-installer:stable
  stage: publish
  variables:
    RELEASE_TYPE: beta