Skip to content

Commit

Permalink
ci: update nightly version description
Browse files Browse the repository at this point in the history
With the addition of the config module, the output of `git describe` can
look odd without restricting to clair's tags.

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Mar 3, 2022
1 parent bbdd925 commit 58c761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/script/nightly-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ git diff
test -d vendor && rm -rf vendor
go mod tidy
go mod vendor
printf '::set-output name=clair_version::%s\n' "$(git describe --tags --always --dirty)"
printf '::set-output name=clair_version::%s\n' "$(git describe --tags --always --dirty --match 'v4.*')"

0 comments on commit 58c761e

Please sign in to comment.