Files
InvoiceShelf/.github
Darko Gjorgjijoski e62823255d ci: don't rebuild the docker image on a registration dispatch (#710)
manual_docker_build fires on any workflow_dispatch, and pushes
invoiceshelf/invoiceshelf:${{ inputs.tag }} where tag is required and
defaults to "latest". Dispatching to re-register a release therefore also
rebuilt from the dispatched branch and overwrote the published :latest
image.

The registration path added in #708 is meant to be a safe recovery route,
so triggering it must not have that side effect. A dispatch carrying
register_tag now runs registration only.
2026-07-29 14:36:53 +02:00
..