Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pkg/release/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ func (*defaultImageImpl) VerifyImage(_ *sign.Signer, _ string) error {
var tagRegex = regexp.MustCompile(`^.+/(.+):.+$`)

// publishWorkers is the number of concurrent workers for pushing and
// signing arch-specific container images. Kept small to avoid
// overwhelming the registry or docker daemon.
const publishWorkers = 3
// signing arch-specific container images.
const publishWorkers = 5

// tarballItem holds metadata collected for a single arch-specific image
// tarball, used to decouple the collection phase from the push/sign phase.
Expand Down
Loading