Remove quotes around binary name
Build and Publish / Build and Test (push) Successful in 11m0s

Maybe this will work?
This commit is contained in:
2024-10-15 22:46:28 +01:00
parent c230aef034
commit a60d0effff
+1 -1
View File
@@ -13,4 +13,4 @@ RUN case "$TARGETPLATFORM" in \
FROM --platform=$TARGETPLATFORM debian:bullseye-slim FROM --platform=$TARGETPLATFORM debian:bullseye-slim
ARG BINARY_NAME ARG BINARY_NAME
COPY --from=builder /usr/local/bin/${BINARY_NAME} /usr/local/bin/ COPY --from=builder /usr/local/bin/${BINARY_NAME} /usr/local/bin/
CMD ["${BINARY_NAME}"] CMD [${BINARY_NAME}]