added tests

This commit is contained in:
Akshit Agrawal
2024-01-19 13:59:27 +05:30
parent de5e722cdf
commit b37585eb55
5 changed files with 85 additions and 10 deletions
+4 -2
View File
@@ -2,6 +2,8 @@ FROM alpine:latest as base
WORKDIR /app
COPY ./drone-helm /app/
ADD ./drone-helm /bin/
CMD ["/app/drone-helm"]
RUN chmod +x /bin/drone-helm
ENTRYPOINT ["/bin/drone-helm"]