Don't build model server every night (#3973)

This commit is contained in:
Yuhong Sun 2025-02-12 13:08:05 -08:00 committed by GitHub
parent 0c74bbf9ed
commit 61136975ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,9 @@ on:
push:
tags:
- "*"
paths:
- 'backend/model_server/**'
- 'backend/Dockerfile.model_server'
env:
REGISTRY_IMAGE: ${{ contains(github.ref_name, 'cloud') && 'onyxdotapp/onyx-model-server-cloud' || 'onyxdotapp/onyx-model-server' }}