From 2bd44bb8b0240cf896dadf0dffe7b78da063e392 Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Sat, 3 Jan 2026 07:20:03 +0700 Subject: [PATCH] fix(ci): Update Docker test image name to streamflix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de67f15..4e4d1bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,7 +176,7 @@ jobs: with: context: . push: false - tags: streamflow:test + tags: streamflix:test cache-from: type=gha cache-to: type=gha,mode=max @@ -184,7 +184,7 @@ jobs: run: | docker run -d --name test -p 8000:8000 \ -e STREAMFLIX_DEBUG=true \ - streamflow:test + streamflix:test sleep 10 curl -f http://localhost:8000/api/health || exit 1 docker stop test