From 2f2d320bfbfede527bbf2e1aeca91ce02bca5b98 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 d02a136..77fcb80 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