buildkit/frontend/dockerfile/instructions/commands_secrets.go

6 lines
75 B
Go

package instructions
func isSecretMountsSupported() bool {
return true
}