Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: variable name
  • Loading branch information
caarlos0 committed Nov 15, 2022
1 parent 33ea55b commit 096c6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/docker/docker.go
Expand Up @@ -273,7 +273,7 @@ func dockerPush(ctx *context.Context, image *artifact.Artifact) error {
if docker.ID != "" {
art.Extra[artifact.ExtraID] = docker.ID
}
art.Extra[dockerDigestExtra] = digest
art.Extra[artifact.ExtraDigest] = digest

ctx.Artifacts.Add(art)
return nil
Expand Down

0 comments on commit 096c6ba

Please sign in to comment.