Document the length limit of build names

This commit is contained in:
Tiger 2021-06-30 09:23:41 +10:00
parent d00c0d27da
commit 48ecea89c4

View file

@ -68,6 +68,9 @@ the name would be `ruby-3.0-golang-1.15-git-2.29`.
1. Add a test task: `ruby-3.0-golang-1.15-git-2.29 test: *test_custom`
1. Add a new build task: `ruby-3.0-golang-1.15-git-2.29 push: *build_and_deploy_custom`
Note that the build name is also used for tagging the generated image, which means it cannot be
longer than 128 characters.
#### Pushing a rebuild image
To build (or rebuild) a given image and push it, you need to enable manual action for a given