Trigger the pipeline to build the image for develop branch
This commit is contained in:
parent
1bb0bb12c7
commit
d3a820eb1f
@ -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 ]
|
||||||
@ -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"]
|
||||||
Loading…
x
Reference in New Issue
Block a user