ensure tag script runs in windows pipeline

This commit is contained in:
Brad Rydzewski
2019-11-01 13:06:38 -07:00
parent 56f26b858a
commit 4622388f3e

View File

@@ -168,7 +168,7 @@ steps:
PASSWORD: PASSWORD:
from_secret: docker_password from_secret: docker_password
commands: commands:
- powershell.exe scripts/windows/latest.ps1 - powershell.exe scripts/windows/tag.ps1
when: when:
event: [ tag ] event: [ tag ]