Skip to content

Commit d37fe59

Browse files
authored
Update ci.yml
1 parent d86e25a commit d37fe59

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ jobs:
2828
- name: Run Tests
2929
run: |
3030
python manage.py test
31+
- name: Build and Push Docker Image
32+
uses: mr-smithers-excellent/docker-build-push@v4
33+
with:
34+
image: anulusdev/todo_site
35+
registry: docker.io
36+
username: ${{ secrets.DOCKERHUB_USERNAME }}
37+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
38+

0 commit comments

Comments
 (0)