Skip to content

Commit c7b4f00

Browse files
committed
set context
1 parent 6122fbd commit c7b4f00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,21 @@ jobs:
2323
- name: build and push ingest
2424
uses: docker/build-push-action@v2
2525
with:
26+
context: ./Project-Lightspeed/ingest
2627
push: true
2728
file: ./images/ingest/Dockerfile
2829
tags: ghcr.io/cownetwork/lightspeed-ingest:${{ steps.tag.outputs.tag }}
2930
- name: build and push webrtc
3031
uses: docker/build-push-action@v2
3132
with:
33+
context: ./Project-Lightspeed/webrtc
3234
push: true
3335
file: ./images/webrtc/Dockerfile
3436
tags: ghcr.io/cownetwork/lightspeed-webrtc:${{ steps.tag.outputs.tag }}
3537
- name: build and push frontend
3638
uses: docker/build-push-action@v2
3739
with:
40+
context: ./Project-Lightspeed/frontend
3841
push: true
3942
file: ./images/frontend/Dockerfile
4043
tags: ghcr.io/cownetwork/lightspeed-frontend:${{ steps.tag.outputs.tag }}

0 commit comments

Comments
 (0)