timescaledb-docker icon indicating copy to clipboard operation
timescaledb-docker copied to clipboard

Don't retag latest when rebuilding older versions

Open svenklemm opened this issue 1 year ago • 1 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.

svenklemm avatar Jan 20 '23 06:01 svenklemm