changing exe name

This commit is contained in:
Senthil Kumar T
2024-11-19 18:35:28 +05:30
parent 622ab9daa2
commit d870e4018b
+3 -3
View File
@@ -10,9 +10,9 @@ ENV GODEBUG=netdns=go
COPY --from=core /windows/system32/netapi32.dll /windows/system32/netapi32.dll
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone S3" `
org.label-schema.name="Drone Nexus" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
ADD release/windows/amd64/drone-s3.exe C:/drone-s3.exe
ENTRYPOINT [ "C:\\drone-s3.exe" ]
ADD release/windows/amd64/drone-nexus-publish.exe C:/drone-nexus-publish.exe
ENTRYPOINT [ "C:\\drone-nexus-publish.exe" ]