Trigger the pipeline to build the image for develop branch
This commit is contained in:
parent
d3a820eb1f
commit
e2d669be6a
@ -4,7 +4,7 @@ steps:
|
|||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: harbor.dvirlabs.com
|
registry: harbor.dvirlabs.com
|
||||||
repo: devtools/wp-kaniko-sync
|
repo: dev-tools/wp-kaniko-sync
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@ -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