From 6eddd44720b165a7c719e7cca52026ab0d4e431b Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Thu, 2 Aug 2018 14:38:58 +0200 Subject: [PATCH] fix cp/paste error --- Dockerfile | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de0b771..e5486aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN set -ex \ LABEL description="Kubectl and Helm." LABEL base="alpine" -ADD release/linux/amd64/drone-k8s-job /bin/ +ADD release/linux/amd64/drone-helm /bin/ COPY kubeconfig /root/.kube/kubeconfig ENTRYPOINT [ "/bin/drone-helm" ] diff --git a/README.md b/README.md index 185a93b..84f0660 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ docker run --rm \ quay.io/ipedrazas/drone-helm ``` +### Contribution + +TBD + ### Fork Notes This is currently a fork of ipedrazas/drone-helm which is published to quai. The fork image will be published to dockerhub at peloton/drone-helm in the docs just replace until we know the long term path.