From c462a200207423cfe38bb5a716be98a1139da131 Mon Sep 17 00:00:00 2001 From: Leighton Date: Fri, 22 Apr 2022 13:38:20 +0100 Subject: [PATCH 1/9] 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..649901bb1 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello Leighton!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From ec67ae7235efc805cff32c46bc5adab89a634e22 Mon Sep 17 00:00:00 2001 From: Leighton Date: Fri, 22 Apr 2022 13:52:59 +0100 Subject: [PATCH 2/9] 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..1aafec2d5 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 "gzxl4r" --password-stdin + docker image build -t gzxl4r/gitops:hellov1.0 . + docker push gzxl4r/gitops:hellov1.1 From 2e8c404b0a4bbaaba402a7275727b9262f295e7e Mon Sep 17 00:00:00 2001 From: Leighton Date: Sat, 23 Apr 2022 16:23:13 +0100 Subject: [PATCH 3/9] 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 649901bb1..689b224ab 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello Leighton!" + return "Hello Leighton with Secrets Added!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 3a0c261b5abbddaee2c38485a52bbc70ba93ab70 Mon Sep 17 00:00:00 2001 From: Leighton Date: Sat, 23 Apr 2022 16:38:35 +0100 Subject: [PATCH 4/9] 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 1aafec2d5..d8b918d31 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 "gzxl4r" --password-stdin - docker image build -t gzxl4r/gitops:hellov1.0 . + docker image build -t gzxl4r/gitops:hellov1.1 . docker push gzxl4r/gitops:hellov1.1 From c7e13ec62f015bd32b1aa2869630619f8dfb23e3 Mon Sep 17 00:00:00 2001 From: Leighton Date: Sat, 23 Apr 2022 16:42:12 +0100 Subject: [PATCH 5/9] 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 d8b918d31..efd559e9a 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 "gzxl4r" --password-stdin - docker image build -t gzxl4r/gitops:hellov1.1 . - docker push gzxl4r/gitops:hellov1.1 + docker image build -t gzxl4r/gitops:hellov1.0 . + docker push gzxl4r/gitops:hellov1.0 From 5f64dc456e0917d4e39440672acee1eafd124e53 Mon Sep 17 00:00:00 2001 From: Leighton Date: Sat, 23 Apr 2022 17:08:03 +0100 Subject: [PATCH 6/9] 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 efd559e9a..ec256c433 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 "gzxl4r" --password-stdin - docker image build -t gzxl4r/gitops:hellov1.0 . - docker push gzxl4r/gitops:hellov1.0 + docker image build -t gzxl4r/gitops:latest . + docker push gzxl4r/gitops:lateset From 378b03b21745b92f1566efe134db8cb11e76be8b Mon Sep 17 00:00:00 2001 From: Leighton Date: Sat, 23 Apr 2022 17:11:00 +0100 Subject: [PATCH 7/9] 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 689b224ab..a3e612778 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello Leighton with Secrets Added!" + return "Hello Leighton with Secrets Added!!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 670b2e88b3ade39e1f5fd1a8a8248389bafb85b0 Mon Sep 17 00:00:00 2001 From: Leighton Date: Sat, 23 Apr 2022 17:12:01 +0100 Subject: [PATCH 8/9] 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 ec256c433..728355104 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -25,4 +25,4 @@ jobs: cd ./python echo "${{ secrets.DOCKERPW }}" | docker login -u "gzxl4r" --password-stdin docker image build -t gzxl4r/gitops:latest . - docker push gzxl4r/gitops:lateset + docker push gzxl4r/gitops:latest From bc2c5d77e1450bf9a3de19ab5b2d5509e2815d11 Mon Sep 17 00:00:00 2001 From: Leighton Date: Sat, 23 Apr 2022 17:12:18 +0100 Subject: [PATCH 9/9] 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 a3e612778..827d5473c 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello Leighton with Secrets Added!!" + return "Hello Leighton with Secrets Added!!!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)