mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
fix cp/paste error
This commit is contained in:
+1
-1
@@ -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" ]
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user