Skip to content

Commit 3f5cbe2

Browse files
authored
fix: add --project flag to uv entrypoint for GitHub Actions compatibility (#504)
Signed-off-by: Jason Meridth <jmeridth@gmail.com> Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 10422a8 commit 3f5cbe2

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
@@ -20,4 +20,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
2020

2121
ENV PYTHONUNBUFFERED=1
2222
CMD ["/action/workspace/evergreen.py"]
23-
ENTRYPOINT ["uv", "run"]
23+
ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)