Update container images concurrency settings (#2613)

Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
Sergio Castaño Arteaga 2022-12-14 17:22:22 +01:00 committed by GitHub
parent 0fe0843e12
commit fd9dba24e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import (
const ( const (
// Number of tags processed concurrently // Number of tags processed concurrently
concurrency = 10 concurrency = 1
// Annotations based on OCI pre-defined annotation keys // Annotations based on OCI pre-defined annotation keys
// https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys // https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys