ensure tag script runs in windows pipeline [ci skip]

This commit is contained in:
Brad Rydzewski
2019-11-01 13:06:59 -07:00
parent 4622388f3e
commit 18d8f53fa8

View File

@@ -119,7 +119,7 @@ steps:
PASSWORD:
from_secret: docker_password
commands:
- powershell.exe scripts/windows/latest.ps1
- powershell.exe scripts/windows/tag.ps1
when:
event: [ tag ]
@@ -205,3 +205,4 @@ trigger:
ref:
- refs/heads/master
- refs/tags/*