Skip to content

Commit a469544

Browse files
committed
fix(ci): add missing fi and EOF
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent dd93f99 commit a469544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
echo "docker/model-runner:${{ inputs.releaseTag }}-vllm-cuda" >> "$GITHUB_OUTPUT"
6969
if [ "${{ inputs.pushLatest }}" == "true" ]; then
7070
echo "docker/model-runner:latest-vllm-cuda" >> "$GITHUB_OUTPUT"
71+
fi
72+
echo 'EOF' >> "$GITHUB_OUTPUT"
7173
echo "rocm<<EOF" >> "$GITHUB_OUTPUT"
7274
echo "docker/model-runner:${{ inputs.releaseTag }}-rocm" >> "$GITHUB_OUTPUT"
7375
if [ "${{ inputs.pushLatest }}" == "true" ]; then

0 commit comments

Comments
 (0)