buildkit/frontend/dockerfile/instructions/commands_nosecrets.go

8 lines
98 B
Go

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