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:
parent
fffa70313e
commit
48cc3d5352
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -221,7 +221,7 @@ jobs:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/streamflow:latest
|
${{ secrets.DOCKERHUB_USERNAME }}/streamflix:latest
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/streamflow:${{ steps.version.outputs.version }}
|
${{ secrets.DOCKERHUB_USERNAME }}/streamflix:${{ steps.version.outputs.version }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
# StreamFlow Unified (Backend + Frontend)
|
# StreamFlow Unified (Backend + Frontend)
|
||||||
app:
|
app:
|
||||||
image: vndangkhoa/streamflow:latest
|
image: vndangkhoa/streamflix:latest
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
ports:
|
ports:
|
||||||
- "3478:8000"
|
- "3478:8000"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue