1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

docs: remove beta warning from docker manifests feature

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker
2022-07-19 10:37:13 -03:00
parent 3cf64c1541
commit 7aeebb12f2
2 changed files with 3 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/goreleaser/goreleaser/pkg/context"
)
// ManifestPipe is beta implementation of for the docker manifest feature,
// ManifestPipe is an implementation for the docker manifest feature,
// allowing to publish multi-arch docker images.
type ManifestPipe struct{}