From 48ecea89c4503b90997c36afc19f2dbccc2a2d44 Mon Sep 17 00:00:00 2001 From: Tiger Date: Wed, 30 Jun 2021 09:23:41 +1000 Subject: [PATCH] Document the length limit of build names --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6ec8a67..1b1c916 100644 --- a/README.md +++ b/README.md @@ -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