Skip to content

ci: do not move the latest image tag on pre-release tags#265

Merged
aa1ex merged 1 commit into
kaasops:mainfrom
aa1ex:ci/prerelease-no-latest
Jul 20, 2026
Merged

ci: do not move the latest image tag on pre-release tags#265
aa1ex merged 1 commit into
kaasops:mainfrom
aa1ex:ci/prerelease-no-latest

Conversation

@aa1ex

@aa1ex aa1ex commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Currently a pre-v* tag push rebuilds all three images and also overwrites :latest on Docker Hub, so users installing without a pinned version get the pre-release. This change makes the build steps push only the version tag, and adds a follow-up step that re-tags the pushed images as :latest via docker buildx imagetools create (a registry-level manifest copy, multi-arch preserved, no rebuild) — skipped when the tag starts with pre-.

Workflow passes actionlint; the pre-release path will be exercised by the upcoming pre-v0.5.0 tag.

@aa1ex
aa1ex merged commit ecc699c into kaasops:main Jul 20, 2026
7 checks passed
@aa1ex
aa1ex deleted the ci/prerelease-no-latest branch July 20, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant