Skip to content

Bump thiserror from 2.0.6 to 2.0.7 in /deepwell #987

Bump thiserror from 2.0.6 to 2.0.7 in /deepwell

Bump thiserror from 2.0.6 to 2.0.7 in /deepwell #987

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