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
|
||||
settings:
|
||||
registry: harbor.dvirlabs.com
|
||||
repo: devtools/wp-kaniko-sync
|
||||
repo: dev-tools/wp-kaniko-sync
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
tags:
|
||||
|
||||
@ -13,4 +13,4 @@ ENV PATH="/kaniko:$PATH"
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user