Skip to content

Commit

Permalink
Minorupdate to gha docker test files
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Nov 17, 2023
1 parent 2b826c4 commit 4037ca1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-jupyterlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build the Docker image
run: |
cd applications/jupyterlab
docker build -t myjlab -f Dockerfile --no-cache .
- name: Info on Docker image sizes
run: |
docker images
4 changes: 3 additions & 1 deletion .github/workflows/docker-netpyne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- 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
2 changes: 2 additions & 0 deletions .github/workflows/docker-nwbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:

steps:
- uses: actions/checkout@v3

- 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
Expand Down

0 comments on commit 4037ca1

Please sign in to comment.