Skip to content

Commit aa143f3

Browse files
committed
fix: disable metrics and prompts in buildx config
1 parent c5eb4e5 commit aa143f3

File tree

1 file changed

+3
-1
lines changed
  • integration/testdata/buildx

1 file changed

+3
-1
lines changed

integration/testdata/buildx/config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ global:
22
cache-tag: cache
33
buildx-builder: buildkit
44
survey:
5+
disable-prompt: true
56
last-prompted: "2025-01-19T21:32:47Z"
6-
collect-metrics: true
7+
collect-metrics: false
8+
update-check: false
79
update:
810
last-prompted: "2025-01-19T23:10:47Z"
911
kubeContexts: []

0 commit comments

Comments
 (0)