Build container image #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |