Skip to content

#916 github actions updates #207

#916 github actions updates

#916 github actions updates #207

Workflow file for this run

name: Docker Image Build NWB Explorer
on:
push:
branches: [ master, dev*, feature/docker*, jupyterhub-update ]
pull_request:
branches: [ master, dev*, feature/docker*, jupyterhub-update ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Clone NWB Explorer dependencies
run: |
mkdir -p applications/nwb-explorer/dependencies
git clone https://github.com/MetaCell/nwb-explorer.git applications/nwb-explorer/dependencies/nwb-explorer
- name: Build the Docker image
run: |
cd applications/nwb-explorer
docker build -t mynwbosb -f Dockerfile --no-cache .
- name: Info on Docker image sizes
run: |
docker images