diff --git a/.drone.yml b/.drone.yml index b0a4fe8..5844b85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/* +