From b479903b6cbd96cc02758887b459db131dd5ebad Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Sat, 3 Jan 2026 07:23:47 +0700 Subject: [PATCH] fix(ci): Add load:true for Docker image and secret key for testing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e4d1bf..ec3b735 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,6 +176,7 @@ jobs: with: context: . push: false + load: true tags: streamflix:test cache-from: type=gha cache-to: type=gha,mode=max @@ -184,6 +185,7 @@ jobs: run: | docker run -d --name test -p 8000:8000 \ -e STREAMFLIX_DEBUG=true \ + -e STREAMFLIX_SECRET_KEY=sf_tv_secure_9s8d7f6g5h4j3k2l1 \ streamflix:test sleep 10 curl -f http://localhost:8000/api/health || exit 1