Skip to content

Commit

Permalink
fix windows drone yml (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham149 authored Apr 18, 2023
1 parent f6d94e4 commit fcf616c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ steps:
when:
event: [push, tag]
- name: build ecr plugin
image: plugins/docker:windows-1809-amd64
image: plugins/docker@sha256:f0233d950ae87ee6cb5500b2d5497fe02aa338201c0bdce2619f443fd174cfa4
pull: never
settings:
dockerfile: docker/ecr/Dockerfile.windows.amd64.1809
@@ -94,7 +94,7 @@ steps:
when:
event: [push, tag]
- name: build gcr plugin
image: plugins/docker:windows-1809-amd64
image: plugins/docker@sha256:f0233d950ae87ee6cb5500b2d5497fe02aa338201c0bdce2619f443fd174cfa4
pull: never
settings:
dockerfile: docker/gcr/Dockerfile.windows.amd64.1809
@@ -109,7 +109,7 @@ steps:
when:
event: [push, tag]
- name: build acr plugin
image: plugins/docker:windows-1809-amd64
image: plugins/docker@sha256:f0233d950ae87ee6cb5500b2d5497fe02aa338201c0bdce2619f443fd174cfa4
pull: never
settings:
dockerfile: docker/acr/Dockerfile.windows.amd64.1809

0 comments on commit fcf616c

Please sign in to comment.