We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b84953 commit 4c50299Copy full SHA for 4c50299
1 file changed
images/golang/Dockerfile
@@ -24,6 +24,8 @@ RUN chown -R $USERNAME /home/$USERNAME
24
25
USER $USERNAME
26
27
+ENV PATH=$PATH:/home/runner/go/bin
28
+
29
# install helm plugins helm push, appr && diff
30
RUN helm plugin install --version 0.10.3 https://github.com/chartmuseum/helm-push.git \
31
&& helm plugin install --version 0.7.0 https://github.com/app-registry/appr-helm-plugin.git \
0 commit comments