From ffcff7fe6b11e72b5b86923df7efb59fa49a0a30 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 10 Feb 2024 00:02:06 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 86c69867d..0fd1f1c24 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -234,7 +234,8 @@ jobs: echo "::endgroup::" echo "::group::Build Image" - Write-Host @"docker build --label org.opencontainers.image.revision=$Env:LABEL_REVISION + Write-Host @" + docker build --label org.opencontainers.image.revision=$Env:LABEL_REVISION --label org.opencontainers.image.created=$Env:LABEL_CREATED --build-arg=BUILD_BASE_IMAGE=$base_os_image --file=$dockerfile