mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
ci: add tools container build task
This commit is contained in:
parent
a26b0f0aeb
commit
e307c3ad52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user