From 21da505df7860f11b11c48ba278c757ef4e97395 Mon Sep 17 00:00:00 2001 From: kdomo Date: Fri, 19 Jan 2024 15:01:32 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=ED=83=9C=EA=B7=B8=20=EC=84=A4=EC=A0=95=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EB=A6=B4=EB=A6=AC=EC=A6=88=20=ED=83=9C=EA=B7=B8=20=EA=B0=92?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/production_build_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production_build_deploy.yml b/.github/workflows/production_build_deploy.yml index 3607e84b3..2a6f5f13b 100644 --- a/.github/workflows/production_build_deploy.yml +++ b/.github/workflows/production_build_deploy.yml @@ -29,9 +29,9 @@ jobs: distribution: ${{ matrix.distribution }} # 이미지 태그 설정 - - name: Set up image-tag by GITHUB_SHA + - name: Set up image-tag by Releases Tag id: image-tag - run: echo "value=$(echo ${GITHUB_SHA::7})" >> $GITHUB_OUTPUT + run: echo "value=$(cut -d'v' -f2 <<< ${GITHUB_REF#refs/*/})" >> $GITHUB_OUTPUT # test 돌릴때 레디스 필요 - name: Start containers