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

Commit

Permalink
fix nm_get_docker-tags (#341)
Browse files Browse the repository at this point in the history
add "description" for build_version output in nm_get_docker-tags action.
  • Loading branch information
derekk-nm authored Jun 27, 2024
1 parent 4ab3b8a commit d4e2059
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d4e2059

Please sign in to comment.