FROM alpine/helm:3.13.1 COPY build/drone-helm /bin/drone-helm COPY assets/kubeconfig.tpl /root/.kube/config.tpl LABEL description="Helm 3 plugin for Woodpecker" LABEL base="alpine/helm" ENTRYPOINT [ "/bin/drone-helm" ]