File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 7676 echo "docker/model-runner:latest-rocm" >> "$GITHUB_OUTPUT"
7777 fi
7878 echo 'EOF' >> "$GITHUB_OUTPUT"
79+ echo "musa<<EOF" >> "$GITHUB_OUTPUT"
80+ echo "docker/model-runner:${{ inputs.releaseTag }}-musa" >> "$GITHUB_OUTPUT"
81+ if [ "${{ inputs.pushLatest }}" == "true" ]; then
82+ echo "docker/model-runner:latest-musa" >> "$GITHUB_OUTPUT"
83+ fi
84+ echo 'EOF' >> "$GITHUB_OUTPUT"
7985
8086 - name : Log in to DockerHub
8187 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
@@ -133,6 +139,7 @@ jobs:
133139 push : true
134140 sbom : true
135141 provenance : mode=max
142+ tags : ${{ steps.tags.outputs.vllm-cuda }}
136143
137144 - name : Build ROCm image
138145 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
You can’t perform that action at this time.
0 commit comments