Skip to content

Commit f6d94e4

Browse files
author
TP Honey
authored
Update .drone.yml
1 parent 7ce09b0 commit f6d94e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ steps:
7979
when:
8080
event: [push, tag]
8181
- name: build ecr plugin
82-
image: tphoney/docker:windows-1809-amd64
82+
image: plugins/docker:windows-1809-amd64
8383
pull: never
8484
settings:
8585
dockerfile: docker/ecr/Dockerfile.windows.amd64.1809
@@ -94,7 +94,7 @@ steps:
9494
when:
9595
event: [push, tag]
9696
- name: build gcr plugin
97-
image: tphoney/docker:windows-1809-amd64
97+
image: plugins/docker:windows-1809-amd64
9898
pull: never
9999
settings:
100100
dockerfile: docker/gcr/Dockerfile.windows.amd64.1809
@@ -109,7 +109,7 @@ steps:
109109
when:
110110
event: [push, tag]
111111
- name: build acr plugin
112-
image: tphoney/docker:windows-1809-amd64
112+
image: plugins/docker:windows-1809-amd64
113113
pull: never
114114
settings:
115115
dockerfile: docker/acr/Dockerfile.windows.amd64.1809

0 commit comments

Comments
 (0)