Skip to content

Commit

Permalink
Fixes bug introduced in #1527
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Jan 17, 2023
1 parent 3d9200f commit 339d2ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ object DockerPlugin extends AutoPlugin {
s"--platform=${dockerBuildxPlatforms.value.mkString(",")}",
"--push"
) ++ dockerBuildOptions.value :+ "."
else dockerBuildCommand.value
else dockerExecCommand.value
alias.foreach { aliasValue =>
publishDocker(context, execCommand, aliasValue.toString, log, multiplatform)
}
Expand Down

0 comments on commit 339d2ae

Please sign in to comment.