Skip to content

Commit 25db2cd

Browse files
committed
Use recommended windows tags
1 parent a505d07 commit 25db2cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.drone.windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ steps:
9191
password:
9292
from_secret: docker_password
9393
repo: plugins/webhook
94-
tags: windows-1803
94+
tags: windows-1803-amd64
9595
username:
9696
from_secret: docker_username
9797
volumes:
@@ -106,7 +106,7 @@ steps:
106106
image: plugins/docker
107107
settings:
108108
auto_tag: true
109-
auto_tag_suffix: windows-1803
109+
auto_tag_suffix: windows-1803-amd64
110110
daemon_off: true
111111
dockerfile: docker/Dockerfile.windows.1803
112112
password:
@@ -187,7 +187,7 @@ steps:
187187
password:
188188
from_secret: docker_password
189189
repo: plugins/webhook
190-
tags: windows-1809
190+
tags: windows-1809-amd64
191191
username:
192192
from_secret: docker_username
193193
volumes:
@@ -202,7 +202,7 @@ steps:
202202
image: plugins/docker
203203
settings:
204204
auto_tag: true
205-
auto_tag_suffix: windows-1809
205+
auto_tag_suffix: windows-1809-amd64
206206
daemon_off: true
207207
dockerfile: docker/Dockerfile.windows.1809
208208
password:

docker/manifest.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ manifests:
2222
architecture: arm
2323
os: linux
2424
-
25-
image: plugins/webhook:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1803
25+
image: plugins/webhook:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1803-amd64
2626
platform:
2727
architecture: amd64
2828
os: windows
2929
version: 1803
3030
-
31-
image: plugins/webhook:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1809
31+
image: plugins/webhook:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1809-amd64
3232
platform:
3333
architecture: amd64
3434
os: windows

0 commit comments

Comments
 (0)