From 46a453cdb1d3d57a4c408f2bf9b3b3b9526d79fa Mon Sep 17 00:00:00 2001 From: Avinash <33217478+Aviraj9726@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:57:12 +0530 Subject: [PATCH 1/5] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index c3e5d31..88b6abb 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -23,6 +23,6 @@ jobs: - name: Build & Push Image run: | cd ./python - echo "${{ secrets.DOCKERPW }}" | docker login -u "[your dockerhub login here]" --password-stdin - docker image build -t [your dockerhub username here]/gitops:hellov1.0 . - docker push [your docker hub username here]/gitops:hellov1.0 + echo "${{ secrets.DOCKERPW }}" | docker login -u "aviraj3109" --password-stdin + docker image build -t aviraj3109/custom:hellov1.0 . + docker push aviraj3109/custom:hellov1.0 From ec0d106555a0b724bf59ad003f9799984a8d4c05 Mon Sep 17 00:00:00 2001 From: Avinash <33217478+Aviraj9726@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:57:37 +0530 Subject: [PATCH 2/5] Update app.py --- python/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/app.py b/python/app.py index 358088e..58108c5 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello ACG !" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 27d9462fdf2a1ab44487c4843c13f8b15866d005 Mon Sep 17 00:00:00 2001 From: Avinash <33217478+Aviraj9726@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:00:47 +0530 Subject: [PATCH 3/5] Update app.py --- python/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/app.py b/python/app.py index 58108c5..1095242 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello ACG !" + return "Hello ACG Students !" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From d710c9522310927d847431ef0ab6afc984d5f0a1 Mon Sep 17 00:00:00 2001 From: Avinash <33217478+Aviraj9726@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:02:18 +0530 Subject: [PATCH 4/5] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 88b6abb..e1c45fc 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -1,7 +1,7 @@ name: Python application on: - push: + pull_request: paths: - 'python/*' From d0d3347bc7d6d54b885356ecc433cdb3b56caa54 Mon Sep 17 00:00:00 2001 From: Avinash <33217478+Aviraj9726@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:13:17 +0530 Subject: [PATCH 5/5] Update app.py --- python/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/app.py b/python/app.py index 1095242..f3ed5bc 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello ACG Students !" + return "Hello dd ACG Student!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)