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