Skip to content

temporary hotfix: play frikanalenloop bc. graphics are broken #12

temporary hotfix: play frikanalenloop bc. graphics are broken

temporary hotfix: play frikanalenloop bc. graphics are broken #12

Workflow file for this run

name: Build playout package
on:
push:
branches:
- master
paths:
- 'packages/playout/**'
jobs:
build:
name: Build and push Docker images
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Build docker
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: frikanalen/playout
tag_with_ref: true
path: packages/playout
dockerfile: packages/playout/Dockerfile