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.
2 parents f26c9b4 + b903f1f commit bb05158Copy full SHA for bb05158
deploy/.goreleaser.yaml
@@ -58,7 +58,9 @@ archives:
58
- README*
59
- changelog*
60
- CHANGELOG*
61
- - sbom/assets/*
+ - src: 'sbom/assets/*'
62
+ dst: .
63
+ strip_parent: true # this is needed to make up for the way unzips work in krew v0.4.1
64
- id: support-bundle
65
builds:
66
- support-bundle
@@ -76,6 +78,9 @@ archives:
76
78
77
79
80
81
82
83
84
dockers:
85
- dockerfile: ./deploy/Dockerfile.troubleshoot
86
image_templates:
0 commit comments