From c57490e92c7e23742dc9ac15aee5ef3e595a8f94 Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 26 Apr 2022 20:01:35 +0200 Subject: [PATCH] add registry to image name --- lib/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab-ci.yml b/lib/gitlab-ci.yml index f23eb28..eed0edf 100644 --- a/lib/gitlab-ci.yml +++ b/lib/gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - update update: - image: fginfo/pad-archiver + image: git.fginfo.tu-bs.de/fginfo/pad-archiver:latest stage: update rules: - if: $CI_PIPELINE_SOURCE == "schedule"