Compare commits

..

No commits in common. "main" and "0.1.0" have entirely different histories.
main ... 0.1.0

2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
name: ci name: ci
env:
version: v1.9
on: on:
push: push:
branches: branches:

View file

@ -1,4 +1,6 @@
FROM livekit/egress:v1.9.1 ARG VERSION
FROM livekit/egress:1.9.0
ARG VERSION ARG VERSION