chore: add a build workflow to ensure the Dockerfile is alright

This commit is contained in:
WebStreamr 2025-05-08 10:04:39 +00:00
parent 00b302a478
commit 7837520a3b
No known key found for this signature in database

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