ensure tag script runs in windows pipeline [ci skip]
This commit is contained in:
@@ -119,7 +119,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 ]
|
||||||
|
|
||||||
@@ -205,3 +205,4 @@ trigger:
|
|||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user