From e16987d66e1c0821cd41a4999779682876726349 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 21 Dec 2022 10:03:39 -0600 Subject: [PATCH] ci: Update build container image name registry.pyrocufflink.blue is going away, and all the container images hosted there are moving to Gitea. --- ci/podTemplate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 002b5b8..4bef8a5 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -3,7 +3,7 @@ spec: fsGroup: 1000 containers: - name: buildroot - image: registry.pyrocufflink.blue/buildroot + image: git.pyrocufflink.net/containerimages/buildroot command: - sleep - infinity