From 98ee4750427700da8305d7eaec94d344a96571e2 Mon Sep 17 00:00:00 2001 From: jcd8 <127225241+jcd8@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:23:08 -0500 Subject: [PATCH 1/6] 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..371922fab 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 "jcd8" --password-stdin + docker image build -t jcd8/gitops:hellov1.0 . + docker push jcd8/gitops:hellov1.0 From 98590ea45ff897a57afe3dacdd30d5429a06a61b Mon Sep 17 00:00:00 2001 From: jcd8 <127225241+jcd8@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:23:57 -0500 Subject: [PATCH 2/6] 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..aa014386b 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello World test!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 5f467a2900b5664e876c686901a1809f54bc46a3 Mon Sep 17 00:00:00 2001 From: jcd8 <127225241+jcd8@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:29:15 -0500 Subject: [PATCH 3/6] 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 aa014386b..d0523e0e8 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World test!" + return "Hello World test2!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 77c4896e5d4c3094480a6d36de276b642ca4f06c Mon Sep 17 00:00:00 2001 From: jcd8 <127225241+jcd8@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:31:50 -0500 Subject: [PATCH 4/6] 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 371922fab..6e501d5b9 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 "jcd8" --password-stdin - docker image build -t jcd8/gitops:hellov1.0 . - docker push jcd8/gitops:hellov1.0 + docker image build -t jcd8/gito:hellov1.0 . + docker push jcd8/gito:hellov1.0 From 2e16c1c7a83ca0573cad4037d83932ccfbb5d65b Mon Sep 17 00:00:00 2001 From: jcd8 <127225241+jcd8@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:32:39 -0500 Subject: [PATCH 5/6] 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 d0523e0e8..bbb66f8c2 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World test2!" + return "Hello World test3!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 5dafa6dab0aa31c1faab54e5d4c2cc63fa46b256 Mon Sep 17 00:00:00 2001 From: jcd8 <127225241+jcd8@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:41:43 -0500 Subject: [PATCH 6/6] 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 bbb66f8c2..880ed14a8 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World test3!" + return "Hello World test4 pr!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)