chore: add tests for build docker image when dockerfile changed (#10732)

This commit is contained in:
Bowen Liang
2025-02-05 11:40:22 +08:00
committed by GitHub
parent 55ce3618ce
commit 2ad7ee0344
3 changed files with 47 additions and 2 deletions

View File

@@ -78,7 +78,6 @@ COPY . /app/api/
COPY docker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA
ENV COMMIT_SHA=${COMMIT_SHA}