We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54fa32 commit 900cb16Copy full SHA for 900cb16
.ko.yaml
@@ -0,0 +1,12 @@
1
+defaultBaseImage: cgr.dev/chainguard/git:2.38.0@sha256:79aa1b7df6773d4722dca35908903cd86dacd5d4a10656017ce8c227d9c91db3
2
+builds:
3
+- id: lighthouse-webhooks
4
+ dir: . # default is .
5
+ main: cmd/webhooks
6
+ env:
7
+ - VERSION = 99.99.99
8
+ ldflags:
9
+ - -s
10
+ - -w
11
+ - -X
12
+ - github.com/jenkins-x/lighthouse/pkg/version.Version={{.Env.VERSION}}
0 commit comments