File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments