From a46e968a3c8bf9c90973fc4cee04c2436baf30a9 Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Thu, 4 Dec 2025 17:18:06 -0600 Subject: [PATCH] test building --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6566484..88c28cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: BUILDAH_ISOLATION: chroot .buildah-base: - image: quay.io/buildah/stable:latest + image: deps.global.bsf.tools/quay.io/buildah/stable:latest before_script: - buildah version - buildah login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} @@ -21,7 +21,7 @@ variables: # Run Go tests test: stage: test - image: golang:1.22-alpine + image: deps.global.bsf.tools/golang:1.22-alpine before_script: - apk add --no-cache git script: