building tagging and pushing in one go

This commit is contained in:
2025-08-04 21:12:55 +02:00
parent ccff41a473
commit 4c03e8f919
2 changed files with 3 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR C:/app
# Copy the Windows binary
ARG BINARY_NAME
env BINARY_NAME=${BINARY_NAME:-WatcherAgent}
ENV BINARY_NAME=${BINARY_NAME:-WatcherAgent}
COPY windows-bin/${BINARY_NAME}.exe .
ENTRYPOINT ["C:/app/${BINARY_NAME}.exe"]