Skip to content

Commit

Permalink
Specified path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jun 10, 2024
1 parent 5140d87 commit 133efa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:

- name: Build the Docker image
run: |
docker build . --tag ghcr.io/pythonhealthdatascience/covid19:latest
docker build . --file reproduction/Dockerfile --tag ghcr.io/pythonhealthdatascience/covid19:latest
docker push ghcr.io/pythonhealthdatascience/covid19:latest

0 comments on commit 133efa4

Please sign in to comment.