Skip to main content

RegistryAuthInput

Authentication credentials for a container registry

input RegistryAuthInput {
username: String!
password: String!
serverAddress: String
}

Fields

RegistryAuthInput.username ● String! non-null scalar

Registry username

RegistryAuthInput.password ● String! non-null scalar

Registry password or access token

RegistryAuthInput.serverAddress ● String scalar

Registry server address (e.g., "registry.example.com")

Member Of

DockerConfigInput input