From 625d607a5105446be15d3c8e28f79ac4b4b98d83 Mon Sep 17 00:00:00 2001 From: Ashiq Ummathoor Date: Fri, 24 Mar 2023 00:20:44 +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 c3e5d3176..47427a7f5 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -1,7 +1,7 @@ name: Python application on: - push: + pull_request: paths: - 'python/*' @@ -24,5 +24,5 @@ jobs: 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 + docker image build -t ashiqummathoor/gitops:hellov1.0 . + docker push ashiqummathoor/gitops:hellov1.0 From b6153cc24614aaedf506caff8e5067398e0d03ee Mon Sep 17 00:00:00 2001 From: Ashiq Ummathoor Date: Fri, 24 Mar 2023 00:31:58 +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 358088e4c..186ef3c7c 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello World!V.2" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 75c1f0d2f6161145f3611f05864753210adc1fbc Mon Sep 17 00:00:00 2001 From: Ashiq Ummathoor Date: Fri, 24 Mar 2023 00:44:34 +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 186ef3c7c..0a0a607be 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!V.2" + return "Hello World!V.3" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 46eec290236b55889d6e1a198081751c0e0993c2 Mon Sep 17 00:00:00 2001 From: Ashiq Ummathoor Date: Fri, 24 Mar 2023 00:49:20 +0530 Subject: [PATCH 4/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 0a0a607be..88b889d54 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!V.3" + return "Hello World!V.4" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 22ff77aaf0a8cfcaa76742c307ba6d45bb802f8b Mon Sep 17 00:00:00 2001 From: Ashiq Ummathoor Date: Fri, 24 Mar 2023 00:58:33 +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 88b889d54..9eda042cb 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!V.4" + return "Hello World!V.5" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)