Skip to content

Commit d0f1b1d

Browse files
authored
fix: add --project flag to uv entrypoint for GitHub Actions compatibility (#457)
Signed-off-by: Jason Meridth <[email protected]> Signed-off-by: jmeridth <[email protected]>
1 parent a12b2bd commit d0f1b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/stale_repos.py"]
32-
ENTRYPOINT ["uv", "run"]
32+
ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)