Skip to content

Commit

Permalink
Add Docker file location to workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arielleleon committed Sep 30, 2024
1 parent 3c867cf commit 2ee4d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_pub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
context: ./environment
file: ./environment/Dockerfile
push: true
tags: ghcr.io/allenneuraldynamics/aind-ophys-extraction-suite2p:latest

0 comments on commit 2ee4d0c

Please sign in to comment.