factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
888 stars 218 forks source link

Build system unnecessarily produces new stable image when latest updates #453

Open ozskywalker opened 1 year ago

ozskywalker commented 1 year ago

Have noticed recently that when a new latest image is published, a new stable image is also published even though no new update for stable is ready.

Could help reduce build system costs, and improve auto/semi-auto update mechanisms by only triggering a branch build it that specific branch has received a change.

Is this something that can be addressed?