Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

feat: add runtime config for motion endpoint #1

feat: add runtime config for motion endpoint

feat: add runtime config for motion endpoint #1

name: Build
on: [ pull_request ]
jobs:
build:
name: Container
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Container image
uses: docker/build-push-action@v3
with:
context: .
push: false