(maint) fix release for windows images (#49)
This commit is contained in:
parent
f03006262c
commit
c40d9ffccc
@ -87,7 +87,7 @@ steps:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: docker/Dockerfile.windows.1809
|
||||
repo: drone/git:windows-1809-amd64
|
||||
repo: drone/git
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
@ -118,7 +118,7 @@ steps:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: docker/Dockerfile.windows.ltsc2022
|
||||
repo: drone/git:windows-ltsc2022-amd64
|
||||
repo: drone/git
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# escape=`
|
||||
|
||||
FROM mcr.microsoft.com/windows/servercore:ltsc2022 AS git
|
||||
FROM mcr.microsoft.com/windows/servercore:1809 AS git
|
||||
SHELL ["powershell.exe", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
|
||||
|
Loading…
Reference in New Issue
Block a user