Skip to content

[WJ-512] Add basic license support #172

[WJ-512] Add basic license support

[WJ-512] Add basic license support #172

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