From 8e2c567189206eb0239674d9f3eecad343623f04 Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:13:03 +0000 Subject: [PATCH 1/8] 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..13ddc65cb 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 "fayosi" --password-stdin + docker image build -t [your dockerhub username here]/gitops:hellov1.2 . + docker push [fayosi]/gitops:hellov1.2 From 9bc18eeb6695442862311828a279516f7c290fc9 Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:14:03 +0000 Subject: [PATCH 2/8] 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..771bbbd1c 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello World!!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From e9428f04ad3f0a0c0c0280a27a9e3712370cd342 Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:16:28 +0000 Subject: [PATCH 3/8] 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 771bbbd1c..e09de7716 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!!" + return "Hello World!!!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 7a9bf246fc2fa39e283c81fdff90165bf7363c14 Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:17:43 +0000 Subject: [PATCH 4/8] 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 13ddc65cb..0c9ac3fe6 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 "fayosi" --password-stdin - docker image build -t [your dockerhub username here]/gitops:hellov1.2 . + docker image build -t [fayosi]/gitops:hellov1.2 . docker push [fayosi]/gitops:hellov1.2 From 12558b0c53c0271d6463bede17f7583d540c56cc Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:18:10 +0000 Subject: [PATCH 5/8] 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 e09de7716..679a18343 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!!!" + return "Hello World!!!!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From feade08e861a4bd5545563312642b4fc7769e94b Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:21:44 +0000 Subject: [PATCH 6/8] 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 0c9ac3fe6..b836b0bee 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 "fayosi" --password-stdin - docker image build -t [fayosi]/gitops:hellov1.2 . + docker image build -t fayosi/gitops:hellov1.2 . docker push [fayosi]/gitops:hellov1.2 From 31b240dc9e176f3f1b1270e1f450dbf70f108062 Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:21:51 +0000 Subject: [PATCH 7/8] 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 679a18343..e09de7716 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!!!!" + return "Hello World!!!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From de28ccde64296b93fb43003c07b929715f14a890 Mon Sep 17 00:00:00 2001 From: Fayosi Olukoya <75684084+fayosi-o@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:28:04 +0000 Subject: [PATCH 8/8] 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 e09de7716..f755998e0 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!!!" + return "Hello Worldd!!!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)