mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-08-03 07:46:45 -04:00
Use bootstrapper for build environment installation. (#210)
* Use bootstrapper for build environment installation. * Publishing tags. * Path. * Minimisation of final image. * Minimisation of final image. * QMK distribution $PATH manipulation, to match qmk_firmware. * QMK distribution $PATH manipulation, to match qmk_firmware. * Fixup library search path on macOS. * Escape hatch for path prefix. * Add new environment variables.
This commit is contained in:
@@ -54,3 +54,7 @@ jobs:
|
||||
tags: |
|
||||
ghcr.io/qmk/qmk_cli:latest
|
||||
qmkfm/qmk_cli:latest
|
||||
ghcr.io/qmk/qmk_cli:${{ github.sha }}
|
||||
qmkfm/qmk_cli:${{ github.sha }}
|
||||
ghcr.io/qmk/qmk_cli:${{ steps.previoustag.outputs.tag }}
|
||||
qmkfm/qmk_cli:${{ steps.previoustag.outputs.tag }}
|
||||
|
||||
Reference in New Issue
Block a user