Update windows references within manifest

This commit is contained in:
Thomas Boerger 2019-02-15 11:58:04 +01:00
commit 3526b57b8b
No known key found for this signature in database
GPG key ID: 09745AFF9D63C79B
3 changed files with 21 additions and 3 deletions

View file

@ -0,0 +1,12 @@
# escape=`
FROM plugins/base:windows-1803
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Mercurial" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
# TODO: install required tools
ADD release\drone-hugo.exe c:\drone-hugo.exe
ENTRYPOINT [ "c:\\drone-hugo.exe" ]