Trigger the pipeline to build the image for develop branch

This commit is contained in:
dvirlabs 2025-06-18 05:05:42 +03:00
parent 1bb0bb12c7
commit d3a820eb1f
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ steps:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
when: when:
branch: [ master, develop ] branch: [ master, develop ]
event: [ push, tag ] event: [ push, tag ]

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"]