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
|
||||
container:
|
||||
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:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build --load -t qmk-builder .
|
||||
- name: Tag Docker image
|
||||
|
||||
Reference in New Issue
Block a user