Skip to content

build on api

build on api #2

Workflow file for this run

name: Build Docker Image for API
on:
push:
paths:
- 'apps/api/**'
pull_request:
paths:
- 'apps/api/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: |
docker build .