Fix workflow version read newline issue
All checks were successful
Build And Test / build-and-push (push) Successful in 3m14s
All checks were successful
Build And Test / build-and-push (push) Successful in 3m14s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -21,9 +21,7 @@ jobs:
|
||||
|
||||
- name: Retrieve version # tag version
|
||||
id: img-ver
|
||||
uses: juliangruber/read-file-action@v1
|
||||
with:
|
||||
path: ./version
|
||||
run: echo "content=$(cat ./version | tr -d '\n')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Install Docker // Docker 설치
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user