Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Radev committed Mar 9, 2024
1 parent 0cc8d45 commit e5ee97c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AccountPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v2
if: success()
with:
context: .
context: ./Backend/
file: Backend/Account/Dockerfile
push: true
tags: openvidstreamer/account:latest
2 changes: 1 addition & 1 deletion .github/workflows/RecommendationAlgoPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v2
if: success()
with:
context: .
context: ./Backend/
file: Backend/RecommendationAlgo/Dockerfile
push: true
tags: openvidstreamer/recommendationalgo:latest
2 changes: 1 addition & 1 deletion .github/workflows/RenderPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v2
if: success()
with:
context: .
context: ./Backend/
file: Backend/Render/Dockerfile
push: true
tags: openvidstreamer/render:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VideoLibPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v2
if: success()
with:
context: .
context: ./Backend/
file: Backend/VideoLibrary/Dockerfile
push: true
tags: openvidstreamer/videolibrary:latest
2 changes: 1 addition & 1 deletion .github/workflows/VideoStreamerPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v2
if: success()
with:
context: .
context: ./Backend/
file: Backend/VideoStreamer/Dockerfile
push: true
tags: openvidstreamer/videostreamer:latest

0 comments on commit e5ee97c

Please sign in to comment.