We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd93f99 commit a469544Copy full SHA for a469544
.github/workflows/release.yml
@@ -68,6 +68,8 @@ jobs:
68
echo "docker/model-runner:${{ inputs.releaseTag }}-vllm-cuda" >> "$GITHUB_OUTPUT"
69
if [ "${{ inputs.pushLatest }}" == "true" ]; then
70
echo "docker/model-runner:latest-vllm-cuda" >> "$GITHUB_OUTPUT"
71
+ fi
72
+ echo 'EOF' >> "$GITHUB_OUTPUT"
73
echo "rocm<<EOF" >> "$GITHUB_OUTPUT"
74
echo "docker/model-runner:${{ inputs.releaseTag }}-rocm" >> "$GITHUB_OUTPUT"
75
0 commit comments