fixed missing \
Some checks failed
Build and push k8s-workflow-image / build (push) Failing after 9s

This commit is contained in:
Chris Ellrich 2025-05-27 21:22:03 +02:00
parent 968b17a945
commit 087d0f26be
Signed by: c.ellrich
GPG Key ID: D1850E1719D845AE

View File

@ -20,7 +20,7 @@ RUN . /envfile && \
curl -sL https://get.helm.sh/helm-v${HELM_VERSION}-linux-${ARCH}.tar.gz | tar -xz && \
mv linux-${ARCH}/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-${ARCH} && \
curl -sLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl \
curl -sLO https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.${ARCH} && \
mv sops-v${SOPS_VERSION}.linux.${ARCH} /usr/bin/sops && chmod +x /usr/bin/sops