From 8690f2b128abd87f77da143d0ce5875d51da14bc Mon Sep 17 00:00:00 2001 From: Frank Baier <frank.baier@swr.de> Date: Thu, 16 Jan 2025 19:47:04 +0000 Subject: [PATCH] Update gitlab-ci-mkp.yml --- gitlab-ci-mkp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab-ci-mkp.yml b/gitlab-ci-mkp.yml index 01d7fe2..ce9e819 100644 --- a/gitlab-ci-mkp.yml +++ b/gitlab-ci-mkp.yml @@ -28,7 +28,7 @@ upload: stage: upload image: name: curlimages/curl:latest - pull_policy: if-not-present # available: always, if-not-present, never + pull_policy: always # available: always, if-not-present, never tags: - global-runner rules: @@ -42,7 +42,7 @@ release: stage: release image: name: registry.gitlab.com/gitlab-org/release-cli:latest - pull_policy: if-not-present # available: always, if-not-present, never + pull_policy: always # available: always, if-not-present, never tags: - global-runner rules: -- GitLab