Skip to content

#916 github actions updates #205

#916 github actions updates

#916 github actions updates #205

name: Docker Image Build NetPyNE-UI
on:
push:
branches: [ master, dev*, feature/docker*, jupyterhub-update ]
pull_request:
branches: [ master, dev*, feature/docker*, jupyterhub-update ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
cd applications/netpyne
docker build -t mynpui -f Dockerfile --no-cache .
- name: Info on Docker image sizes
run: |
docker images