From d960236bb655971dc58ae984a7e608adfa31e4b4 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 9 Mar 2026 16:58:16 -0700 Subject: [PATCH] Try running on KiBot:latest --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 365f18a..6b3a225 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,7 +25,7 @@ env: jobs: test: runs-on: ubuntu-latest - container: ghcr.io/inti-cmnb/kicad9_auto_full:dev + container: ghcr.io/inti-cmnb/kicad9_auto_full:latest if: ${{ github.ref_type == 'tag' || !startsWith(github.event.head_commit.message, 'Merge pull request') }} steps: