1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Use specific digest of ko instead of latest

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
This commit is contained in:
vinamra28 2023-09-17 19:03:13 +05:30 committed by tekton-robot
parent 1ff1b9a520
commit 24bf826a1d

View File

@ -16,7 +16,7 @@ spec:
params:
- name: ko-image
description: ko image to use for builds
default: "ghcr.io/ko-build/ko:latest"
default: "ghcr.io/ko-build/ko:5a95f8abc540475366126d6c34baf7014794315c"
- name: main
description: import path of package main
default: "."