Skip to content

Commit

Permalink
fix: buildx b alias
Browse files Browse the repository at this point in the history
the shorthand "b" alias was accidentally removed in 19d838a

Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Jul 3, 2024
1 parent 4be2259 commit 5633ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ func buildCmd(dockerCli command.Cli, rootOpts *rootOptions, debugConfig *debug.D
Use: "build [OPTIONS] PATH | URL | -",
Short: "Start a build",
Args: cli.ExactArgs(1),
Aliases: []string{"b"},
Annotations: map[string]string{
"aliases": "docker build, docker builder build, docker image build, docker buildx b",
},
Expand Down

0 comments on commit 5633ed6

Please sign in to comment.