-
Notifications
You must be signed in to change notification settings - Fork 6
improve tags used for publishing docker images #38
Copy link
Copy link
Open
Description
Our current docker-release workflow is publishing updated docker images to dockerhub in two cases:
- when we merge a PR on
main, publishing the image with themaintag - when we publish a release, publishing the image with the release tag (eg
v0.1.0)
This is forcing us to update the instructions for guiding users in running the latest most stable version of this project every time we're gonna ship a release, which is not ideal.
The best thing would be to keep publishing the versioned image + overwriting a dedicated latest/stable tag, which is gonna be the one mentioned in every kind of documentation and instructions.
My proposal is to have this final structure moving on:
maintag --> reflecting the latestmainbranch statuslatest/stabletag --> reflecting the latest stable releasev0.1.0tagv0.2.0tag- etc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels