mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 18:24:05 +08:00
11 lines
363 B
Docker
11 lines
363 B
Docker
# escape=`
|
|
FROM plugins/base:windows-2004-amd64
|
|
|
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
|
org.label-schema.name="Drone Webhook" `
|
|
org.label-schema.vendor="Drone.IO Community" `
|
|
org.label-schema.schema-version="1.0"
|
|
|
|
ADD release/windows/amd64/drone-webhook.exe C:/bin/drone-webhook.exe
|
|
ENTRYPOINT [ "C:\\bin\\drone-webhook.exe" ]
|