Skip to content

Create api-docker-image.yml (#557) #2

Create api-docker-image.yml (#557)

Create api-docker-image.yml (#557) #2

name: API Docker Image CI
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the API Docker image
run: cd packages/api && \
docker build . --file Dockerfile --tag gamedao/api:latest