Trigger the pipeline to build the image for develop branch

This commit is contained in:
dvirlabs 2025-06-18 05:14:13 +03:00
parent e2d669be6a
commit 0cdc65556a

View File

@ -13,4 +13,4 @@ ENV PATH="/kaniko:$PATH"
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]