mirror of
https://github.com/harness-community/drone-nexus-publish.git
synced 2026-06-04 18:23:55 +08:00
changing exe name
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user