feat: add acb-enrichment to build pipeline
Add build-enrichment task to acb-build.yml WorkflowTemplate. This will build the enrichment service image to Docker Hub on next push.
This commit is contained in:
parent
1dc2855297
commit
8f34c51058
1 changed files with 11 additions and 0 deletions
|
|
@ -112,6 +112,17 @@ spec:
|
|||
value: cmd/acb-api/Dockerfile
|
||||
- name: context
|
||||
value: .
|
||||
- name: build-enrichment
|
||||
template: kaniko-build
|
||||
dependencies: [test]
|
||||
arguments:
|
||||
parameters:
|
||||
- name: image
|
||||
value: acb-enrichment
|
||||
- name: dockerfile
|
||||
value: cmd/acb-enrichment/Dockerfile
|
||||
- name: context
|
||||
value: .
|
||||
# --- Strategy bots (context: bots/<name>, Dockerfiles self-contained) ---
|
||||
- name: build-bot-random
|
||||
template: kaniko-build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue