feat: label nightly version
This is to address https://github.com/overhangio/tutor-mfe/issues/122 As a consequence of this change, images will be tagged with a "-nightly" suffix. Next, we'll probably have to build them periodically in CI.
This commit is contained in:
parent
70730f1cbf
commit
06c53909ba
@ -1,7 +1,7 @@
|
|||||||
__version__ = "15.0.1"
|
__version__ = "15.0.1"
|
||||||
|
|
||||||
# Handle version suffix for nightly, just like tutor core.
|
# Handle version suffix for nightly, just like tutor core.
|
||||||
__version_suffix__ = ""
|
__version_suffix__ = "nightly"
|
||||||
|
|
||||||
if __version_suffix__:
|
if __version_suffix__:
|
||||||
__version__ += "-" + __version_suffix__
|
__version__ += "-" + __version_suffix__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user