Skip to content

Build Janus Image

Build Janus Image #3

Workflow file for this run

name: Build Janus Image
on:
push:
branches:
- main
paths:
- spreed/**/*
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
janus:
uses: ./.github/workflows/docker.yml
with:
dockerfile: spreed/janus.Dockerfile
context: spreed
tag: spreed:janus-${{ vars.SPREED_JANUS_VERSION }}
args: |
JANUS_VERSION=${{ vars.SPREED_JANUS_VERSION }}
labels: |
org.opencontainers.image.description=meetecho/janus WebRTC server
platforms: linux/amd64,linux/arm64