qmk / qmk_cli

A program to help users work with QMK
MIT License
142 stars 35 forks source link

[Feature Request] Version tag in ghcr images #173

Open xnuk opened 6 months ago

xnuk commented 6 months ago

Description

I've been struggled with building keyboard firmware in GitHub Actions for many times. I can pin the repository qmk/qmk_firmware to a commit hash, but because I cannot pin qmk/qmk_cli to something, reproducible builds aren't possible. So every revisit of my keyboard firmware broke the build.

Currently qmk_cli image in ghcr has only one tag called latest, so I hope something like version tags exist.