Skip to content

Commit

Permalink
Add openscope image to image build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Feb 17, 2025
1 parent 7ef4d81 commit 9f709eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
include:
- tag: latest
dockerfile: Dockerfile
- tag: latest
dockerfile: Dockerfile.openscope
- tag: latest-allensdk
dockerfile: Dockerfile.allensdk
- tag: latest-gpu
Expand Down Expand Up @@ -49,4 +51,4 @@ jobs:
tags: |
${{ secrets.DOCKERHUB_DANDIHUB_USERNAME }}/dandihub:${{ matrix.tag }}
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_DANDIHUB_USERNAME }}/dandihub:${{ matrix.tag }}
cache-to: type=inline
cache-to: type=inline
4 changes: 3 additions & 1 deletion .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
include:
- tag: latest
dockerfile: Dockerfile
- tag: latest
dockerfile: Dockerfile.openscope
- tag: latest-allensdk
dockerfile: Dockerfile.allensdk
- tag: latest-gpu
Expand All @@ -39,4 +41,4 @@ jobs:
file: ./images/${{ matrix.dockerfile }}
push: false
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_DANDIHUB_USERNAME }}/dandihub:${{ matrix.tag }}
cache-to: type=inline
cache-to: type=inline

0 comments on commit 9f709eb

Please sign in to comment.