adjusting the server root path test to non root image

This commit is contained in:
yuneng-jiang
2026-02-18 11:56:10 -08:00
parent 96d7585ea4
commit d1961072e8
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile.database
file: ./docker/Dockerfile.non_root
tags: litellm-test:${{ github.sha }}
load: true
cache-from: type=gha