fix(ci): make harpoon binary executable (#1415)

Signed-off-by: Hristo Hristov <me@hhristov.info>
This commit is contained in:
Hristo Hristov
2025-04-09 15:44:47 +02:00
committed by GitHub
parent 76016fba71
commit f5a621174a
+1 -1
View File
@@ -6,7 +6,7 @@ FROM ${TARGET_IMAGE} AS target
FROM ghcr.io/alegrey91/harpoon:latest
WORKDIR /
COPY --from=target /ko-app/capsule ./manager
RUN chmod +x ./harpoon
ENTRYPOINT ["/harpoon", \
"capture", \
"-f", "main.main", \