mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Document the length limit of build names
This commit is contained in:
parent
d00c0d27da
commit
48ecea89c4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue