diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b66dbba9..13b6b4252 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: avng72/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6c69b9605..59abdf85f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: mabusaa/argocd-course-webapp:${{ github.event.pull_request.head.sha }} + tags: AnhNg72/argocd-course-webapp:${{ github.event.pull_request.head.sha }} update-image-tag-in-helm: runs-on: ubuntu-latest needs: docker-build-push diff --git a/WebApplication1/Pages/Index.cshtml b/WebApplication1/Pages/Index.cshtml index 72fed7a95..723340d3d 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -5,6 +5,6 @@ }
Learn about building Web apps with ASP.NET Core.