Fixing git workflow build
Some checks are pending
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

This commit is contained in:
2025-07-15 00:22:52 -05:00
parent 11e12ea8d5
commit 4ed65f4973
2 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,10 @@ jobs:
- name: Build Docker image
run: docker build --load -t qmk-builder .
- name: Tag Docker image
run: docker tag qmk-builder registry.home.dgvigil.dev/qmk-builder:v0.1
- name: Push Docker image
run: docker push registry.home.dgvigil.dev/qmk-builder:v0.1
- name: Build firmware
run: |

View File

@@ -1,5 +1,5 @@
name: Compile my Keebs
on: [push]
on: [pull_request]
jobs:
lint-and-compile:
runs-on: local