timescale / timescaledb-docker

Release Docker builds of TimescaleDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't retag latest when rebuilding older versions

svenklemm opened this issue · comments

Currently latest will always be retagged unless the version we build for is a beta version. This is undesirable because when we rebuild 2.9.0 it will be tagged as latest even though 2.9.1 is already out and therefore latest should not have been overwritten.
We should also have a test in CI that latest is in fact the latest version to detect this.

I guess for now I'll just add a toggle to workflow parameters to manually disable tagging, so that we can release the pending fixes without breaking the latest tag again.