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
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:
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/lint_and_compile.yml
vendored
2
.github/workflows/lint_and_compile.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Compile my Keebs
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
lint-and-compile:
|
||||
runs-on: local
|
||||
|
||||
Reference in New Issue
Block a user