ci: add tools container build task

This commit is contained in:
Khue Doan 2021-12-27 00:41:26 +07:00
parent a26b0f0aeb
commit e307c3ad52

View File

@ -25,6 +25,24 @@ spec:
workspace: shared-data
taskRef:
name: lint
- name: tools
runAfter:
- fetch-repo
workspaces:
- name: source
workspace: shared-data
# - name: dockerconfig
# workspace: dockerconfig
taskRef:
name: kaniko
params:
- name: CONTEXT
value: ./tools
- name: IMAGE
value: registry.khuedoan.com/tools:latest
- name: EXTRA_ARGS
value:
- --cache=true
- name: external
runAfter:
- fetch-repo