Update qmk_cli container references (#20154)

This commit is contained in:
Joel Challis 2023-03-17 01:32:09 +00:00 committed by GitHub
parent 79ae14ae0a
commit c7f58145fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 13 additions and 19 deletions

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +0,0 @@
FROM qmkfm/qmk_cli
VOLUME /qmk_firmware
WORKDIR /qmk_firmware
CMD qmk compile -kb all -km default

View File

@ -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:

View File

@ -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}"

View File

@ -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 \
"$@" "$@"