From 4f477854f6e8282f3e5b8be0548af586037d3a15 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 28 Sep 2022 03:46:56 +0200 Subject: [PATCH] ci(images): Force builds onto Kubernetes pipelines This patch adjusts the image builds to run on Kubernetes, which should help to reduce wait times for VM to spawn on Hetzner, since we don't use them. --- images/.utils/gitlab-ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/.utils/gitlab-ci.yaml b/images/.utils/gitlab-ci.yaml index 78aedab3f..f0fe731dd 100644 --- a/images/.utils/gitlab-ci.yaml +++ b/images/.utils/gitlab-ci.yaml @@ -52,4 +52,5 @@ container-build-dev: changes: - images/${IMAGE}/**/* - images/.utils/* - + tags: + - kubernetes -- GitLab