Skip to content
DocsTry Aspire
DocsTry

BuildImageSecretType

Enumnet8.0
📦 Aspire.Hosting v13.4.0
Specifies the type of a build secret.
namespace Aspire.Hosting.Publishing;
public enum BuildImageSecretType
Environment= 0
The secret value is provided via an environment variable.
File= 1
The secret value is a file path.