From f859b69a5e3305a7d2cd85786cc75aab191b4bea Mon Sep 17 00:00:00 2001 From: Bob M <108097756+okbobm@users.noreply.github.com> Date: Sun, 12 Feb 2023 16:59:58 -0500 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b66dbba..8af5b9b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: mabusaa/argocd-course-webapp:${{ github.sha }} + tags: okbobm/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 72a8e41ab21e27d516ea6ebc035d452613b0d231 Mon Sep 17 00:00:00 2001 From: Bob M <108097756+okbobm@users.noreply.github.com> Date: Sun, 12 Feb 2023 17:08:37 -0500 Subject: [PATCH 2/4] Update Index.cshtml --- WebApplication1/Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApplication1/Pages/Index.cshtml b/WebApplication1/Pages/Index.cshtml index 72fed7a9..7da85588 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -1,7 +1,7 @@ @page @model IndexModel @{ - ViewData["Title"] = "Home page"; + ViewData["Title"] = "Home page - New"; }