Skip to content

Commit 599da25

Browse files
Merge pull request #442 from maschwenk/maschwenk/fix-pull-token-project
Fix missing --project in pull-token help text
2 parents ce0ec44 + 02fe225 commit 599da25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/buildx/commands/bake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ func printSaveHelp(project, buildID, progressMode string, requestedTargets, addi
684684

685685
if len(additionalTags) > 1 {
686686
fmt.Fprintf(os.Stderr, "\tTo pull save-tags:\n")
687-
fmt.Fprintf(os.Stderr, "\t\tdocker login registry.depot.dev -u x-token -p $(depot pull-token)\n")
687+
fmt.Fprintf(os.Stderr, "\t\tdocker login registry.depot.dev -u x-token -p $(depot pull-token --project %s)\n", project)
688688
fmt.Fprintln(os.Stderr)
689689

690690
// the api will send multiple of the same tag back for each target

0 commit comments

Comments
 (0)