Title
Add x.y.z Docker tag alongside release-x.y.z for Renovate/Dependabot compatibility
Platform
Web-app
Is it related to an issue?
Currently, Docker images are tagged as release-x.y.z (e.g., release-1.2.3). However, tools like Renovate or Dependabot do not recognize this format and cannot detect available updates for Termix.
Happy to submit a PR if this proposal is accepted!
The Solution
Publish both tags for each release:
release-x.y.z (existing, for backward compatibility)
x.y.z (new, standard semantic versioning)
Additional Context
No response
Title
Add x.y.z Docker tag alongside release-x.y.z for Renovate/Dependabot compatibility
Platform
Web-app
Is it related to an issue?
Currently, Docker images are tagged as
release-x.y.z(e.g., release-1.2.3). However, tools like Renovate or Dependabot do not recognize this format and cannot detect available updates for Termix.Happy to submit a PR if this proposal is accepted!
The Solution
Publish both tags for each release:
release-x.y.z(existing, for backward compatibility)x.y.z(new, standard semantic versioning)Additional Context
No response