Skip to content

Commit ae571c1

Browse files
author
deep-div
committed
main file
1 parent bf21e8c commit ae571c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
2323

2424
- name: Build Docker image
25-
run: docker build -t deep-div/cold-email-app:${{ github.sha }} -f docker/dockerfile .
25+
run: docker build -t deep-div/cold-email-app:${{ github.sha }} -f docker/Dockerfile .
2626

2727
- name: Run tests inside Docker
2828
run: docker run --rm deep-div/cold-email-app:${{ github.sha }} python -m pytest tests/ --maxfail=1 --disable-warnings -q

0 commit comments

Comments
 (0)