Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

fix nm_get_docker-tags #341

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/nm-get-docker-tags/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ outputs:
description: "extra tag for the docker image based on build type, either latest (for RELEASE) or nightly (for NIGHTLY)"
value: ${{ steps.tags.outputs.extra_tag }}
build_version:
"version of nm-vllm, e.g. 0.4.0, 0.4.0.20240531"
description: "version of nm-vllm, e.g. 0.4.0, 0.4.0.20240531"
value: ${{ steps.tags.outputs.build_version }}
runs:
using: composite
Expand Down
Loading