chore: add a build workflow to ensure the Dockerfile is alright (#4)

This commit is contained in:
webstreamr 2025-05-08 12:09:08 +02:00 committed by GitHub
parent 9c8874f52f
commit 1f364fcba4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: build.yml
on:
push:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build and push
uses: docker/build-push-action@v6
with:
build-args: |
MANIFEST_ID="community.webstreamr"
MANIFEST_NAME="WebStreamr"
push: false
tags: webstreamr/webstreamr:latest