Skip to content

Commit 912e7d1

Browse files
committed
publish docker image to dockerhub
1 parent 21d84aa commit 912e7d1

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Pipeline
33
on: push
44

55
jobs:
6-
project-testing:
6+
testing-and-deployment:
77
runs-on: ubuntu-latest
88

99
steps:
@@ -50,20 +50,6 @@ jobs:
5050
env:
5151
DAGSHUB_PAT: ${{ secrets.DAGSHUB_PAT }}
5252
run: python -m unittest tests/test_flask_app.py
53-
54-
build-and-deploy:
55-
needs: project-testing
56-
57-
runs-on: ubuntu-latest
58-
59-
steps:
60-
- name: checkout code
61-
uses: actions/checkout@v3
62-
63-
- name: setup python
64-
uses: actions/setup-python@v2
65-
with:
66-
python-version: '3.10'
6753

6854
- name: Login to Dcokerhub
6955
uses: docker/login-action@v2

0 commit comments

Comments
 (0)