Compare commits
No commits in common. "main" and "0.1.0" have entirely different histories.
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
name: ci
|
||||
|
||||
env:
|
||||
version: v1.9
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FROM livekit/egress:v1.9.1
|
||||
ARG VERSION
|
||||
|
||||
FROM livekit/egress:1.9.0
|
||||
|
||||
ARG VERSION
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue