diff --git a/entrypoint.sh b/entrypoint.sh index 8a8868a..0636d58 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -123,6 +123,10 @@ if [ -n "${USE_PTRGUARD}" ]; then BUILD_TAGS+=",ptrguard" fi +if [ -z "${NO_PREVIEW}" ]; then + BUILD_TAGS+=",ceph_preview" +fi + if [ -n "${BUILD_TAGS}" ]; then BUILD_TAGS="-tags ${BUILD_TAGS}" fi