feat: use oci
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-05-17 23:26:29 +03:00
parent 79c4c3ff42
commit 29ec37e678
2 changed files with 6 additions and 19 deletions

View File

@ -1,9 +1,8 @@
FROM alpine/helm:3.11.1 as helm
FROM alpine/helm:3.11.3 as helm
RUN set -ex \
&& apk upgrade \
&& apk add --no-cache bash \
&& helm plugin install https://github.com/chartmuseum/helm-push \
\
&& wget -qO- https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_amd64 -O /usr/local/bin/yq \
&& chmod +x /usr/local/bin/yq \