Update qmk_cli container references (#20154)

This commit is contained in:
Joel Challis 2023-03-17 01:32:09 +00:00 committed by GitHub
commit c7f58145fb
Failed to generate hash of commit
14 changed files with 13 additions and 19 deletions

View file

@ -17,7 +17,7 @@ on:
jobs:
generate:
runs-on: ubuntu-latest
container: qmkfm/qmk_cli
container: ghcr.io/qmk/qmk_cli
# protect against those who develop with their fork on master
if: github.repository == 'qmk/qmk_firmware'