fix(ci): Update Docker test image name to streamflix
This commit is contained in:
parent
48cc3d5352
commit
2bd44bb8b0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -176,7 +176,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
tags: streamflow:test
|
tags: streamflix:test
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
|
|
@ -184,7 +184,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker run -d --name test -p 8000:8000 \
|
docker run -d --name test -p 8000:8000 \
|
||||||
-e STREAMFLIX_DEBUG=true \
|
-e STREAMFLIX_DEBUG=true \
|
||||||
streamflow:test
|
streamflix:test
|
||||||
sleep 10
|
sleep 10
|
||||||
curl -f http://localhost:8000/api/health || exit 1
|
curl -f http://localhost:8000/api/health || exit 1
|
||||||
docker stop test
|
docker stop test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue