forked from mirrors/qmk_firmware
Update qmk_cli container references (#20154)
This commit is contained in:
parent
79ae14ae0a
commit
c7f58145fb
14 changed files with 13 additions and 19 deletions
2
.github/workflows/api.yml
vendored
2
.github/workflows/api.yml
vendored
|
@ -19,7 +19,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
api_data:
|
api_data:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
# protect against those who work in their fork on 'important' branches
|
# protect against those who work in their fork on 'important' branches
|
||||||
if: github.repository == 'qmk/qmk_firmware'
|
if: github.repository == 'qmk/qmk_firmware'
|
||||||
|
|
2
.github/workflows/ci_builds.yml
vendored
2
.github/workflows/ci_builds.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
keymap: [default, via]
|
keymap: [default, via]
|
||||||
keyboard_folder: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z]
|
keyboard_folder: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z]
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Disable safe.directory check
|
- name: Disable safe.directory check
|
||||||
|
|
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Disable safe.directory check
|
- name: Disable safe.directory check
|
||||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -17,7 +17,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
# protect against those who develop with their fork on master
|
# protect against those who develop with their fork on master
|
||||||
if: github.repository == 'qmk/qmk_firmware'
|
if: github.repository == 'qmk/qmk_firmware'
|
||||||
|
|
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Disable safe.directory check
|
- name: Disable safe.directory check
|
||||||
|
|
2
.github/workflows/format_push.yml
vendored
2
.github/workflows/format_push.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Disable safe.directory check
|
- name: Disable safe.directory check
|
||||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Disable safe.directory check
|
- name: Disable safe.directory check
|
||||||
|
|
2
.github/workflows/regen.yml
vendored
2
.github/workflows/regen.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
regen:
|
regen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Disable safe.directory check
|
- name: Disable safe.directory check
|
||||||
|
|
2
.github/workflows/regen_push.yml
vendored
2
.github/workflows/regen_push.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
regen:
|
regen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Disable safe.directory check
|
- name: Disable safe.directory check
|
||||||
|
|
2
.github/workflows/unit_test.yml
vendored
2
.github/workflows/unit_test.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
FROM qmkfm/qmk_cli
|
|
||||||
|
|
||||||
VOLUME /qmk_firmware
|
|
||||||
WORKDIR /qmk_firmware
|
|
||||||
|
|
||||||
CMD qmk compile -kb all -km default
|
|
|
@ -95,7 +95,7 @@ on: [push, workflow_dispatch]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: qmkfm/qmk_cli
|
container: ghcr.io/qmk/qmk_cli
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -81,5 +81,5 @@ fi
|
||||||
-e ALT_GET_KEYBOARDS=true \
|
-e ALT_GET_KEYBOARDS=true \
|
||||||
-e SKIP_GIT="$SKIP_GIT" \
|
-e SKIP_GIT="$SKIP_GIT" \
|
||||||
-e MAKEFLAGS="$MAKEFLAGS" \
|
-e MAKEFLAGS="$MAKEFLAGS" \
|
||||||
qmkfm/qmk_cli \
|
ghcr.io/qmk/qmk_cli \
|
||||||
make "$keyboard${keymap:+:$keymap}${target:+:$target}"
|
make "$keyboard${keymap:+:$keymap}${target:+:$target}"
|
||||||
|
|
|
@ -55,5 +55,5 @@ fi
|
||||||
$uid_arg \
|
$uid_arg \
|
||||||
-w /qmk_firmware \
|
-w /qmk_firmware \
|
||||||
-v "$dir":/qmk_firmware \
|
-v "$dir":/qmk_firmware \
|
||||||
qmkfm/qmk_cli \
|
ghcr.io/qmk/qmk_cli \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
Loading…
Reference in a new issue