Added dockerfilE/container
Some checks failed
Build QMK Firmware with Docker / build (draculad, draculad) (push) Waiting to run
Build QMK Firmware with Docker / build (iris, keebio/iris/rev8) (push) Waiting to run
Build QMK Firmware with Docker / build (scottogame, handwired/scottokeebs/scottogame) (push) Waiting to run
Build QMK Firmware with Docker / build (sweep, ferris/sweep) (push) Waiting to run
Build QMK Firmware with Docker / build (swoop, bluebell/swoop) (push) Waiting to run
Build QMK Firmware with Docker / release (push) Blocked by required conditions
Compile my Keebs / lint-and-compile (push) Failing after 1s

This commit is contained in:
2025-07-14 23:54:16 -05:00
parent 650cdea752
commit d6d33e5f3e
5 changed files with 360 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ jobs:
lint-and-compile:
runs-on: local
container:
image: qmkfm/qmk_cli
image: registry.home.dgvigil.dev/qmk-builder:latest
steps:
- name: Check out repository code
uses: actions/checkout@v4