ci: Allow building docker image if setup related files are changed

This commit is contained in:
Shubham Patil
2024-08-26 15:15:28 +05:30
parent d5184ba9fe
commit fe85d76f46
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ RUN set -x \
&& ./scripts/examples/gn_build_example.sh examples/chip-tool out/host \
&& : # last line
COPY entrypoint.sh /opt/espressif//entrypoint.sh
COPY entrypoint.sh /opt/espressif/entrypoint.sh
ENTRYPOINT [ "/opt/espressif/entrypoint.sh" ]
CMD [ "/bin/bash" ]