fix(ci): Update Docker test image name to streamflix

This commit is contained in:
vndangkhoa 2026-01-03 07:20:03 +07:00
parent 48cc3d5352
commit 2bd44bb8b0

View file

@ -176,7 +176,7 @@ jobs:
with: with:
context: . context: .
push: false push: false
tags: streamflow:test tags: streamflix:test
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
@ -184,7 +184,7 @@ jobs:
run: | run: |
docker run -d --name test -p 8000:8000 \ docker run -d --name test -p 8000:8000 \
-e STREAMFLIX_DEBUG=true \ -e STREAMFLIX_DEBUG=true \
streamflow:test streamflix:test
sleep 10 sleep 10
curl -f http://localhost:8000/api/health || exit 1 curl -f http://localhost:8000/api/health || exit 1
docker stop test docker stop test