Skip to content

Bump sea-orm from 1.0.1 to 1.1.0 in /deepwell #986

Bump sea-orm from 1.0.1 to 1.1.0 in /deepwell

Bump sea-orm from 1.0.1 to 1.1.0 in /deepwell #986

name: '[backend] Docker build API (dev)'
on:
pull_request:
paths:
- 'deepwell/**'
- 'install/dev/digitalocean/api/Dockerfile'
- '.github/workflows/docker-build-api.dev.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build image
run: docker build -f install/dev/digitalocean/api/Dockerfile .
env:
DOCKER_BUILDKIT: 1