Skip to content

Commit

Permalink
chore: 이미지 태그 설정 부분 릴리즈 태그 값으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed Jan 19, 2024
1 parent 7de2de1 commit 3765126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3765126

Please sign in to comment.