Drop docker from binary name for gcr, ecr and heroku

This commit is contained in:
Thomas Boerger
2019-01-21 01:38:45 +01:00
parent 76ac11d221
commit 7345afea5d
10 changed files with 12 additions and 18 deletions

View File

@@ -1,6 +1,4 @@
# docker build --rm -f docker/heroku/Dockerfile -t plugins/heroku .
FROM plugins/docker:latest
ADD release/linux/amd64/drone-docker-heroku /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker-heroku"]
ADD release/linux/amd64/drone-heroku /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-heroku"]