Skip to content

Update livekit deps - abandoned #396

Update livekit deps - abandoned

Update livekit deps - abandoned #396

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
~/go/bin
~/bin/protoc
~/.cache
key: ingress
- name: Build docker image
run: docker build -t ingress -f ./build/ingress/Dockerfile .