diff --git a/docker-publish.ps1 b/docker-publish.ps1 index 3706da9..c49e274 100755 --- a/docker-publish.ps1 +++ b/docker-publish.ps1 @@ -39,7 +39,7 @@ param( $imageName = "$($DockerAccount)/rdtclient" -$dockerArgs = @( "buildx", "build", "--push", "--platform", $Platforms, "--tag", "$($imageName):latest", "." ) +$dockerArgs = @( "buildx", "build", "--no-cache", "--push", "--platform", $Platforms, "--tag", "$($imageName):latest", "." ) if ([string]::IsNullOrEmpty($Version)) { $Version = (Get-Content "package.json" | ConvertFrom-Json).version