Skip to content

Commit 6a35322

Browse files
authored
fix: add --project flag to uv entrypoint for GitHub Actions compatibility (#700)
Signed-off-by: Jason Meridth <jmeridth@gmail.com> Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent a1fea06 commit 6a35322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
2929

3030
ENV PYTHONUNBUFFERED=1
3131
CMD ["/action/workspace/issue_metrics.py"]
32-
ENTRYPOINT ["uv", "run"]
32+
ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)