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
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Currently the Docker images are not being built for releases tagged with a postfix, such as 0.0.2-beta.
This is a sane default setting, because you don't want your latest image (as well as your major and major.minor) to be updated when there is a beta release.
But at some point we may want to have the dev image, which is going to be built and pushed on any tag, including the postfixed ones.
Currently the Docker images are not being built for releases tagged with a postfix, such as
0.0.2-beta.This is a sane default setting, because you don't want your
latestimage (as well as yourmajorandmajor.minor) to be updated when there is a beta release.But at some point we may want to have the
devimage, which is going to be built and pushed on any tag, including the postfixed ones.This idea is parked here for now.