Fix workflow version read newline issue
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:
2026-01-15 00:36:52 +09:00
parent d79c57d11b
commit 85f5688a0b

View File

@ -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: |