Skip to content

Commit

Permalink
fix dockerhub password secret
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Penfound <[email protected]>
  • Loading branch information
kpenfound committed Nov 4, 2023
1 parent b8b8d5e commit 45ac139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (g *Greetings) Ci(
if err != nil {
return "", err
}
registryPass := dag.Infisical().GetSecret("DOCKERHUB_PASS", infisical, "dev", "/")
registryPass := dag.Infisical().GetSecret("DOCKERHUB_PASSWORD", infisical, "dev", "/")

deployOut, err := g.Deploy(ctx, dir, flyToken, netlifyToken, registryUser, registryPass)
if err != nil {
Expand Down

0 comments on commit 45ac139

Please sign in to comment.