We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f8e98 commit b654261Copy full SHA for b654261
.drone.yml
@@ -51,7 +51,7 @@ steps:
51
commands:
52
- go build -o release/windows/amd64/buildx-gar.exe ./cmd/drone-buildx-gar
53
- name: build gar plugin
54
- image: plugins/docker:20.17.4-windows-1809-amd64
+ image: plugins/docker:20.18.3-windows-1809-amd64
55
settings:
56
dockerfile: docker/gar/Dockerfile.windows.amd64.1809
57
repo: plugins/buildx-gar
@@ -149,7 +149,7 @@ steps:
149
event:
150
- tag
151
- name: publish
152
- image: plugins/docker:18
+ image: plugins/docker:20
153
154
auto_tag: true
155
auto_tag_suffix: linux-amd64
@@ -209,7 +209,7 @@ steps:
209
210
211
212
213
214
215
auto_tag_suffix: linux-arm64
0 commit comments