From 263798ae2d2fefe3eff9a8fc3c12792ad3f7ba61 Mon Sep 17 00:00:00 2001 From: 2paperstar Date: Thu, 6 Jun 2024 03:51:36 +0900 Subject: [PATCH] fix: deploy with helm --- .github/workflows/staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 383fad6..dd32ef8 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -65,7 +65,7 @@ jobs: ECR_REPOSITORY: ${{ needs.build.outputs.ECR_REPOSITORY }} IMAGE_TAG: ${{ needs.build.outputs.IMAGE_TAG }} run: | - sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" applications/check-out/backend.stg.yaml + sed -i "s|image:.*backend.*|image: $ECR_REPOSITORY:$IMAGE_TAG|g" check-out/values.yaml - name: Commit and Push env: