From e47f40d9747963c4ebf8f8d4a12f6e1dcfee6a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EB=B9=88?= Date: Fri, 29 Aug 2025 21:08:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci-deploy.yml b/.github/workflows/backend-ci-deploy.yml index 3634357..7e40009 100644 --- a/.github/workflows/backend-ci-deploy.yml +++ b/.github/workflows/backend-ci-deploy.yml @@ -68,4 +68,4 @@ jobs: file: ./Dockerfile push: true platforms: linux/aarch64 - tags: ${{ steps.login-ecr.outputs.registry }}/bcsd-api/${{env.TARGET_ENV}}:${{ teps.date.outputs.tag }} + tags: ${{ steps.login-ecr.outputs.registry }}/bcsd-api/${{env.TARGET_ENV}}:${{ steps.date.outputs.tag }}