Skip to content

Commit

Permalink
Specify dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 28, 2023
1 parent f697bfe commit 0cd648a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: true
file: scripts/Dockerfile
tags: latest
push: true

- name: Build and Push Docker Image (With JAX Solver)
env:
Expand Down

0 comments on commit 0cd648a

Please sign in to comment.