Skip to content

Commit f0d87aa

Browse files
committed
fix: add --project flag to uv entrypoint for GitHub Actions compatibility
Signed-off-by: Jason Meridth <jmeridth@gmail.com> Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 782e22b commit f0d87aa

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
@@ -30,4 +30,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
3030
ENV PYTHONUNBUFFERED=1
3131

3232
CMD ["/action/workspace/contributors.py"]
33-
ENTRYPOINT ["uv", "run"]
33+
ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)