Skip to content

Commit

Permalink
[CICD] k8s.yml update image change
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien committed Feb 25, 2024
1 parent e2da5a1 commit 3a01176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/vn/auth.json
Original file line number Diff line number Diff line change
@@ -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."
}

0 comments on commit 3a01176

Please sign in to comment.