fix: version 파일 줄바꿈 문제 해결
All checks were successful
Build And Test / build-and-push (push) Successful in 2m45s
All checks were successful
Build And Test / build-and-push (push) Successful in 2m45s
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -21,9 +21,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Retrieve version # tag version
|
- name: Retrieve version # tag version
|
||||||
id: img-ver
|
id: img-ver
|
||||||
uses: juliangruber/read-file-action@v1
|
run: |
|
||||||
with:
|
VERSION=$(cat ./version | tr -d '\n\r')
|
||||||
path: ./version
|
echo "content=$VERSION" >> $GITHUB_OUTPUT
|
||||||
|
echo "Version: $VERSION"
|
||||||
|
|
||||||
- name: Install Docker // Docker 설치
|
- name: Install Docker // Docker 설치
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user