From 070ab332975d936375dd17d7d45bc88832db4c70 Mon Sep 17 00:00:00 2001 From: penguin Date: Sun, 7 Dec 2025 14:00:45 -0600 Subject: [PATCH] infra: switch to using generic tag name and manually selecting image --- .gitea/workflows/gentoo-utils.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 29abc00..febc53a 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -49,7 +49,9 @@ jobs: context: "{{defaultContext}}:.docker" build: - runs-on: gentoo-utils + runs-on: brutalisk + container: + image: git.epenguin.net/gentoo-utils/gentoo-utils-gitea:latest needs: build-docker steps: - name: Checkout repo