fix(ci): Update Docker image to vndangkhoa/streamflix

- Changed CI/CD to push to streamflix instead of streamflow
- Updated docker-compose.yml image reference
- Both backend and frontend will be rebuilt with correct secret key
This commit is contained in:
vndangkhoa 2026-01-03 07:18:06 +07:00
parent fffa70313e
commit 48cc3d5352
2 changed files with 3 additions and 3 deletions

View file

@ -221,7 +221,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/streamflow:latest
${{ secrets.DOCKERHUB_USERNAME }}/streamflow:${{ steps.version.outputs.version }}
${{ secrets.DOCKERHUB_USERNAME }}/streamflix:latest
${{ secrets.DOCKERHUB_USERNAME }}/streamflix:${{ steps.version.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max

View file

@ -3,7 +3,7 @@ version: '3.8'
services:
# StreamFlow Unified (Backend + Frontend)
app:
image: vndangkhoa/streamflow:latest
image: vndangkhoa/streamflix:latest
platform: linux/amd64
ports:
- "3478:8000"