You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolvesstefanprodan#296
This change adds semver-style Docker tags {{major}} and {{major.minor}}
for each release.
For example, when publishing release v3.2.1, this will push tags: 3, 3.2, 3.2.1, latest
merusso
added a commit
to merusso/podinfo
that referenced
this issue
Sep 7, 2023
resolvesstefanprodan#296
This change adds semver-style Docker tags {{major}} and {{major.minor}}
for each release.
For example, when publishing release v3.2.1, this will push tags: 3.2.1, 3.2, 3, latest
Currently when publishing Docker images, tags are pushed with the following format:
latest
It would be nice if the following mutable tags were also pushed:
This way, users could easily pull in the latest changes for a given MAJOR or MAJOR.MINOR version.
The text was updated successfully, but these errors were encountered: