0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-11-21 13:50:40 +00:00

fix binary name

This commit is contained in:
Robert Kaussow 2020-09-20 14:56:44 +02:00
parent 416400e89b
commit e82faed459
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

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" ]