remove version argument
This commit is contained in:
parent
4f4bf4629e
commit
f6814312b5
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ Write-Host "Building ${IMAGE_NAME}..."
|
||||||
|
|
||||||
Invoke-Call -ScriptBlock {
|
Invoke-Call -ScriptBlock {
|
||||||
docker build . --no-cache `
|
docker build . --no-cache `
|
||||||
-t ${IMAGE_NAME}:latest `
|
-t ${IMAGE_NAME}:latest
|
||||||
--build-arg agent_windows_version=$agent_windows_version
|
|
||||||
}
|
}
|
||||||
Invoke-Call -ScriptBlock {
|
Invoke-Call -ScriptBlock {
|
||||||
docker tag ${IMAGE_NAME}:latest ${QUALIFIED_NAME}:latest
|
docker tag ${IMAGE_NAME}:latest ${QUALIFIED_NAME}:latest
|
||||||
|
|
Loading…
Reference in a new issue