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

Merged
webstreamr merged 1 commit from build into main 2025-05-08 10:09:08 +00:00

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