We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e8a2d commit e8db8f0Copy full SHA for e8db8f0
updatecli.d/ko.yaml
@@ -6,14 +6,15 @@ sources:
6
spec:
7
image: "paketobuildpacks/run-jammy-tiny"
8
tag: "latest"
9
+ hidetag: true
10
11
# Defines "targets" which need to be updated if different than "source" information.
12
targets:
13
dataFile:
14
name: Bump Docker Image Tag
15
kind: yaml
16
transformers:
- - addprefix: paketobuildpacks/run-jammy-tiny@
17
+ - addprefix: "paketobuildpacks/run-jammy-tiny"
18
- key: defaultBaseImage
19
+ key: $.defaultBaseImage
20
file: .ko.yaml
0 commit comments