Navigation Menu

Skip to content

Commit

Permalink
chore: lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Nov 28, 2020
1 parent e337fc9 commit b067fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/docker/manifest.go
Expand Up @@ -59,7 +59,7 @@ func manifestName(ctx *context.Context, manifest config.DockerManifest) (string,
}

func manifestImages(ctx *context.Context, manifest config.DockerManifest) ([]string, error) {
var imgs []string
var imgs = make([]string, 0, len(manifest.ImageTemplates))
for _, img := range manifest.ImageTemplates {
str, err := tmpl.New(ctx).Apply(img)
if err != nil {
Expand Down

1 comment on commit b067fdc

@vercel
Copy link

@vercel vercel bot commented on b067fdc Nov 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.