From 7c7a0bd0249915eda41837a784b5cc1b7e5521ce Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 19 May 2023 09:27:18 -0700 Subject: [PATCH] Use GitLab's registry instead of Docker Hub --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f384d3..01a5c2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: openlp/angular +image: $CI_REGISTRY/openlp/runners/angular stages: - test