From 5f711d56af327d437d40a01bbf0fe7ef17e97f1b Mon Sep 17 00:00:00 2001 From: Nishankumar <84121106+Nishankumar@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:35:24 +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..64ad5182d 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 "nishankumar1999" --password-stdin + docker image build -t nishankumar1999/gitops:hellov1.0 . + docker push nishankumar1999/gitops:hellov1.0 From 2d6815edaae2bec246d61f579c348b478ebf7f4b Mon Sep 17 00:00:00 2001 From: Nishankumar <84121106+Nishankumar@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:37:48 +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..97e9d5659 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello World 007!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From dbd2c5a3fc336e048ff623e6dab997862c9ede9f Mon Sep 17 00:00:00 2001 From: Nishankumar <84121106+Nishankumar@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:40:42 +0530 Subject: [PATCH 3/5] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 64ad5182d..3855153fa 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -24,5 +24,5 @@ jobs: run: | cd ./python echo "${{ secrets.DOCKERPW }}" | docker login -u "nishankumar1999" --password-stdin - docker image build -t nishankumar1999/gitops:hellov1.0 . - docker push nishankumar1999/gitops:hellov1.0 + docker image build -t nishankumar1999/gitops:hellov1.1 . + docker push nishankumar1999/gitops:hellov1.1 From 60bce86c5450521f8b3a0d0f6aeba3421fd04d26 Mon Sep 17 00:00:00 2001 From: Nishankumar <84121106+Nishankumar@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:41:27 +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 97e9d5659..0f99ccaef 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World 007!" + return "Hello World 0007!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From b579d4ad0e0507fe4cf6423424f858e22602082a Mon Sep 17 00:00:00 2001 From: Nishankumar <84121106+Nishankumar@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:43:19 +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 0f99ccaef..97e9d5659 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World 0007!" + return "Hello World 007!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)