fix: fix error local file name
Some checks failed
Docker Image CI / build (push) Failing after 43s

This commit is contained in:
2026-03-05 16:36:18 +08:00
parent 600bbb1417
commit 01c90dbaa7

View File

@@ -17,7 +17,7 @@ RUN apk add --no-cache nodejs git curl ca-certificates tar\
# rm -rf /tmp/helmfile.tar.gz /tmp/helmfile_extract
# Copy the pre-downloaded helmfile tar.gz file to the image
COPY helmfile.tar.gz /tmp/helmfile.tar.gz
COPY helmfile_1.1.9_linux_amd64.tar.gz /tmp/helmfile.tar.gz
RUN mkdir -p /tmp/helmfile_extract \
&& tar -xzf /tmp/helmfile.tar.gz -C /tmp/helmfile_extract \
&& find /tmp/helmfile_extract -type f -name helmfile -exec mv {} /usr/local/bin/helmfile \; \