mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 17:23:48 +01:00
Updated build script
This commit is contained in:
parent
16dfc08103
commit
f1375b0d1e
2
.github/workflows/images_build_windows.yml
vendored
2
.github/workflows/images_build_windows.yml
vendored
@ -330,7 +330,7 @@ jobs:
|
||||
|
||||
# PowerShell images based on LTSC 2019 and LTSC 2016 do not have "ltsc" prefix
|
||||
$os_tag_suffix='${{ steps.base_os_tag.outputs.os_tag }}'
|
||||
$os_tag_suffix=$os_tag_suffix -replace "ltsc(201[69])",'$1'
|
||||
$os_tag_suffix=$os_tag_suffix -replace "ltsc2019",'1809'
|
||||
|
||||
echo "docker build --file=$dockerfile $tags $context"
|
||||
docker build --label org.opencontainers.image.revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} `
|
||||
|
Loading…
Reference in New Issue
Block a user