From 81d62b08c7d7c7faa3d9a97b7acbbeb1a864d38c Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 7 May 2024 12:39:51 -0400 Subject: [PATCH] Use small/medium public runners For whatever reason the `docker`/`linux` tags do not appear in the list of public runners. Update to values actually present, guessing at their meaning. Signed-off-by: Chris Evich --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e663c68..edb5d37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,7 @@ default: image: quay.io/buildah/stable:v1.32 tags: - - docker - - linux + - saas-linux-small-amd64 workflow: rules: @@ -41,6 +40,8 @@ commit_check: fi build: + tags: + - saas-linux-medium-amd64 stage: deploy variables: BUILDAH_FORMAT: docker