Fixing git workflow build
Some checks failed
Build QMK Firmware with Docker / build (push) Has been cancelled
Some checks failed
Build QMK Firmware with Docker / build (push) Has been cancelled
This commit is contained in:
16
.github/workflows/docker-build.yml
vendored
16
.github/workflows/docker-build.yml
vendored
@@ -6,27 +6,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
keyboard: [draculad, iris, scottogame, sweep, swoop]
|
|
||||||
include:
|
|
||||||
- keyboard: draculad
|
|
||||||
qmk_path: draculad
|
|
||||||
- keyboard: iris
|
|
||||||
qmk_path: keebio/iris/rev8
|
|
||||||
- keyboard: scottogame
|
|
||||||
qmk_path: handwired/scottokeebs/scottogame
|
|
||||||
- keyboard: sweep
|
|
||||||
qmk_path: ferris/sweep
|
|
||||||
- keyboard: swoop
|
|
||||||
qmk_path: bluebell/swoop
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build --load -t qmk-builder .
|
run: docker build --load -t qmk-builder .
|
||||||
- name: Tag Docker image
|
- name: Tag Docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user