Skip to content

Commit

Permalink
chore: 전역 환경변수가 미리 평가되도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Dec 6, 2023
1 parent c350dc4 commit 4bf4dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "develop" ]

env:
IMAGE_TAG: ${GITHUB_SHA::7}
IMAGE_TAG: ${{ echo ${{ github.sha }} | cut -c1-7 }}

jobs:
build:
Expand Down

0 comments on commit 4bf4dfe

Please sign in to comment.