fix binary name

This commit is contained in:
Robert Kaussow 2020-09-20 14:56:44 +02:00
parent 416400e89b
commit e82faed459
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ADD /drone/src/release/drone-github-release /bin/
ENTRYPOINT [ "/bin/drone-github-release" ]
ADD release/drone-github-comment /bin/
ENTRYPOINT [ "/bin/drone-github-comment" ]