fix tag length
All checks were successful
build nixos-runner / build (push) Successful in 24m13s

This commit is contained in:
Jeffrey C. Ollie 2024-09-08 01:28:17 -05:00
parent 8f59c08799
commit 5884c3165a
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -29,7 +29,7 @@ def main [
and
(not ($env | get -i GITHUB_SHA | is-empty))
) {
$tags | append $"($env.GITHUB_RUN_NUMBER)-($env.GITHUB_SHA | str substring 0..8)"
$tags | append $"($env.GITHUB_RUN_NUMBER)-($env.GITHUB_SHA | str substring 0..7)"
} else {
$tags
}