From 3a01176f9eb8eaf3a93edfeed3145bdf4cb9533a Mon Sep 17 00:00:00 2001 From: MinhhTien <92145479+MinhhTien@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:27:37 +0700 Subject: [PATCH] [CICD] k8s.yml update image change --- .github/workflows/k8s.yml | 2 +- src/i18n/vn/auth.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/k8s.yml b/.github/workflows/k8s.yml index 1dad453..1907ca6 100644 --- a/.github/workflows/k8s.yml +++ b/.github/workflows/k8s.yml @@ -12,7 +12,7 @@ jobs: env: ECR_REPOSITORY: ${{ vars.ECR_REPOSITORY }} #IMAGE_TAG: "pr-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}" - IMAGE_TAG: "v0.2" + IMAGE_TAG: "v0.3" steps: - name: Cancel Previous Runs diff --git a/src/i18n/vn/auth.json b/src/i18n/vn/auth.json index 1447044..deb50e5 100644 --- a/src/i18n/vn/auth.json +++ b/src/i18n/vn/auth.json @@ -1,4 +1,4 @@ { - "welcome": "Xin chào!", + "welcome": "Xin chào!!", "invalid_email_or_password": "Email hoặc mật khẩu không đúng. Vui lòng thử lại." }