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.