mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-26 15:52:25 +08:00
Restructured multi arch and added auto tagging
This commit is contained in:
+7
-8
@@ -1,11 +1,10 @@
|
||||
# escape=`
|
||||
FROM microsoft/nanoserver:10.0.14393.1593
|
||||
MAINTAINER Drone.IO Community <drone-dev@googlegroups.com>
|
||||
|
||||
LABEL org.label-schema.version=latest
|
||||
LABEL org.label-schema.vcs-url="https://github.com/drone-plugins/drone-webhook.git"
|
||||
LABEL org.label-schema.name="Drone Webhook"
|
||||
LABEL org.label-schema.vendor="Drone.IO Community"
|
||||
LABEL org.label-schema.schema-version="1.0"
|
||||
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 drone-webhook.exe /drone-webhook.exe
|
||||
ENTRYPOINT [ "\\drone-webhook.exe" ]
|
||||
ADD drone-webhook.exe c:\drone-webhook.exe
|
||||
ENTRYPOINT [ "c:\\drone-webhook.exe" ]
|
||||
|
||||
Reference in New Issue
Block a user