From 50576a36790cc6305b540b4fe3f144ed9e308a5f Mon Sep 17 00:00:00 2001 From: Christof Laenzlinger <6319634+laenzlinger@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:21:11 +0100 Subject: [PATCH] Switch to dev version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9702245..cce36de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ on: jobs: kibot: runs-on: ubuntu-latest - container: ghcr.io/inti-cmnb/kicad7_auto_full:latest + container: ghcr.io/inti-cmnb/kicad7_auto_full:dev steps: - uses: actions/checkout@v3