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
[vesoft@qa-tools nebula-docker-compose]$ docker run -it --rm vesoft/nebula-graphd:v3 --version
nebula-graphd version 2022.03.15-nightly, Git: 2e938c7, Build Time: Mar 15 2022 11:04:03
This source code is licensed under Apache 2.0 License.
root cause:
we build docker image in rc workflow without version, so the version is nightly in package.sh.
in release workflow, just copy the docker image.
changes:
build rc image with version.
The text was updated successfully, but these errors were encountered:
root cause:
package.sh
.changes:
The text was updated successfully, but these errors were encountered: