Merge pull request #214 from Snapchat/update-docker-build-tag
use commit hash as tag template
This commit is contained in:
commit
222776e98b
@ -3,7 +3,7 @@ version: 1
|
|||||||
machamp:
|
machamp:
|
||||||
keydb-build:
|
keydb-build:
|
||||||
# Optional - build counter is linked to the build def
|
# Optional - build counter is linked to the build def
|
||||||
tag_template: 0.0.%build.counter%
|
tag_template: "%short.sha%"
|
||||||
# Optional - value in seconds before a build is terminated, default is 3600 seconds
|
# Optional - value in seconds before a build is terminated, default is 3600 seconds
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
# Optional - update ghe or not, default to true
|
# Optional - update ghe or not, default to true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user