Skip to content

Bump clap from 4.5.21 to 4.5.23 in /deepwell #1147

Bump clap from 4.5.21 to 4.5.23 in /deepwell

Bump clap from 4.5.21 to 4.5.23 in /deepwell #1147

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