Bake: support compose ssh config #3828
Annotations
2 errors
Generate annotations:
bake/compose_test.go#L80
=== RUN TestParseCompose
compose_test.go:80:
Error Trace: /Users/runner/work/buildx/buildx/bake/compose_test.go:80
Error: Not equal:
expected: []string{"default", "key=path/to/key"}
actual : []string{"key=path/to/key", "default"}
Diff:
--- Expected
+++ Actual
@@ -1,4 +1,4 @@
([]string) (len=2) {
- (string) (len=7) "default",
- (string) (len=15) "key=path/to/key"
+ (string) (len=15) "key=path/to/key",
+ (string) (len=7) "default"
}
Test: TestParseCompose
--- FAIL: TestParseCompose (0.01s)
|
Test
Process completed with exit code 1.
|
Loading