infra: switch to using generic tag name and manually selecting image

This commit is contained in:
2025-12-07 14:00:45 -06:00
parent fc32bac63c
commit 070ab33297

View File

@@ -49,7 +49,9 @@ jobs:
context: "{{defaultContext}}:.docker" context: "{{defaultContext}}:.docker"
build: build:
runs-on: gentoo-utils runs-on: brutalisk
container:
image: git.epenguin.net/gentoo-utils/gentoo-utils-gitea:latest
needs: build-docker needs: build-docker
steps: steps:
- name: Checkout repo - name: Checkout repo