Skip to content

Commit 33e549a

Browse files
committed
use docker buildx
1 parent b73d45e commit 33e549a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Build-Docker.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Write-Output "ACR_SHA_IMAGE: $ACR_SHA_TAG"
5252
$sw = [System.Diagnostics.Stopwatch]::StartNew()
5353

5454
# Build the Docker image
55-
docker build --build-arg VERSION="$gitVersion" `
55+
docker buildx build --load --build-arg VERSION="$gitVersion" `
5656
-t "$GIT_VERSION_IMAGE" `
5757
-f "$DockerfilePath" .
5858

0 commit comments

Comments
 (0)