From 4fa0bed2fb9848662482b3a7afa5500c92a1818d Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 12 Aug 2018 07:02:17 +0000 Subject: [PATCH] Use Gitlab registry instead of Docker Hub. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9af295..9aa5fdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - deploy preparation-flatpak: - image: black0/alpine + image: registry.gitlab.com/b0/matrique/alpine stage: preparation before_script: - mkdir -p tmp @@ -17,7 +17,7 @@ preparation-flatpak: - tmp/ build-native: - image: rabits/qt:5.11-desktop + image: registry.gitlab.com/b0/matrique/qt stage: build cache: {} before_script: @@ -28,7 +28,7 @@ build-native: - make -j4 build-flatpak: - image: black0/flatpak + image: registry.gitlab.com/b0/matrique/flatpak stage: build before_script: - git submodule update --init --recursive @@ -44,7 +44,7 @@ build-flatpak: deploy-flatpak: only: - master - image: black0/alpine + image: registry.gitlab.com/b0/matrique/alpine stage: deploy before_script: - git config --global user.name "$GIT_NAME"