Skip to content

Build container image #2

Build container image

Build container image #2

Workflow file for this run

# Build a Docker/Podman container with dash-mpd-cli and its external helper applications.
name: Build container
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
name: Build container/Linux
steps:
- name: Checkout
uses: actions/checkout@v4
- run: podman build -f Containerfile --tag dash-mpd-cli