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

Implement local Motion HTTP API that conforms to the specification #12

Implement local Motion HTTP API that conforms to the specification

Implement local Motion HTTP API that conforms to the specification #12

Workflow file for this run

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