buildkit/frontend/dockerfile/instructions/commands_nosecrets.go

8 lines
98 B
Go
Raw Normal View History

// +build !dfsecrets
package instructions
func isSecretMountsSupported() bool {
return false
}