Skip to content

update nwp file (#74) #83

update nwp file (#74)

update nwp file (#74) #83

name: Build dockers
on:
push:
jobs:
build-database-cleanup-docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Build
run: make build-database-cleanup
build-forecast-inference-docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: make build-forecast-inference