From f315a27b103258ec87d9c795e2eec066d029968d Mon Sep 17 00:00:00 2001 From: Durp Date: Fri, 27 Feb 2026 11:41:31 +0000 Subject: [PATCH] Update 2 files - /job-templates.tpl.yml - /job-templates.yml --- job-templates.tpl.yml | 4 ++-- job-templates.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/job-templates.tpl.yml b/job-templates.tpl.yml index 835a851..38cc5fa 100644 --- a/job-templates.tpl.yml +++ b/job-templates.tpl.yml @@ -11,7 +11,7 @@ workflow: render-job-templates-yml: stage: render - image: registry.internal.durp.info/debian:bullseye-slim + image: registry.durp.info/debian:bullseye-slim script: - ./scripts/install-curl.sh - ./scripts/install-git.sh @@ -21,7 +21,7 @@ render-job-templates-yml: render-pipelines-to-branch: stage: render - image: registry.internal.durp.info/debian:bullseye-slim + image: registry.durp.info/debian:bullseye-slim script: - ./scripts/install-curl.sh - ./scripts/install-git.sh diff --git a/job-templates.yml b/job-templates.yml index 7f97739..fc4663c 100644 --- a/job-templates.yml +++ b/job-templates.yml @@ -12,7 +12,7 @@ workflow: - if: '$CI_COMMIT_BRANCH && $CI_SCRIPTS_SKIP_PIPELINE != "true"' render-job-templates-yml: stage: render - image: registry.internal.durp.info/debian:bullseye-slim + image: registry.durp.info/debian:bullseye-slim script: # Begin of install-curl.sh - | @@ -49,7 +49,7 @@ render-job-templates-yml: # End of commit-and-push-changes.sh render-pipelines-to-branch: stage: render - image: registry.internal.durp.info/debian:bullseye-slim + image: registry.durp.info/debian:bullseye-slim script: # Begin of install-curl.sh - |