use commit hash as tag template

This commit is contained in:
zliang 2023-08-15 11:37:29 -06:00
parent a1b55eddf8
commit df9039d83f

View File

@ -3,7 +3,7 @@ version: 1
machamp:
keydb-build:
# Optional - build counter is linked to the build def
tag_template: 0.0.%build.counter%
tag_template: "%commit.hash%"
# Optional - value in seconds before a build is terminated, default is 3600 seconds
timeout: 3600
# Optional - update ghe or not, default to true