File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments