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
|
- name: Retrieve version # tag version
|
||||||
id: img-ver
|
id: img-ver
|
||||||
uses: juliangruber/read-file-action@v1
|
run: echo "content=$(cat ./version | tr -d '\n')" >> $GITHUB_OUTPUT
|
||||||
with:
|
|
||||||
path: ./version
|
|
||||||
|
|
||||||
- name: Install Docker // Docker 설치
|
- name: Install Docker // Docker 설치
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user