Skip to content

Merge pull request #21 from EthanJamesLew/main #50

Merge pull request #21 from EthanJamesLew/main

Merge pull request #21 from EthanJamesLew/main #50

Workflow file for this run

name: Build-Main-Api
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1
with:
install: true
- name: Build docker image for API server
run: make build-api