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: