Updated build script

This commit is contained in:
Alexey Pustovalov 2021-10-09 11:41:32 +02:00
parent c263edeb79
commit 200f739366

View File

@ -333,6 +333,7 @@ jobs:
--label org.opencontainers.image.created=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} `
--file=$dockerfile `
--build-arg=BUILD_BASE_IMAGE=${{ steps.base_build.outputs.base_build_image }} `
--build-arg=BASE_IMAGE=mcr.microsoft.com/powershell:lts-nanoserver-${{ steps.base_os_tag.outputs.os_tag }} `
$tags `
$context
if (-not $?) {throw "Failed"}