Would be nice if firmware-action could automatically update the version of containers used in projects. For example when people use ghcr.io/9elements/firmware-action/coreboot_4.19:v0.19.7, it would be nice if there was option --update-containers that would automatically update the tag, or hash.
Even check for discontinued containers would be nice. For example --check-discontinued which would fail when a discontinued container is detected.
In addition, there could be semi-automatic process of creating new containers when new tags are created in the other projects (coreboot, uboot, edk2, etc.). And automatic update for Linux kernel containers, which very often release patches.
Would be nice if
firmware-actioncould automatically update the version of containers used in projects. For example when people useghcr.io/9elements/firmware-action/coreboot_4.19:v0.19.7, it would be nice if there was option--update-containersthat would automatically update the tag, or hash.Even check for discontinued containers would be nice. For example
--check-discontinuedwhich would fail when a discontinued container is detected.In addition, there could be semi-automatic process of creating new containers when new tags are created in the other projects (coreboot, uboot, edk2, etc.). And automatic update for Linux kernel containers, which very often release patches.