# WellKnownPipelineTags

- Kind: `class`
- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Version: `13.3.0`
- Namespace: `Aspire.Hosting.Pipelines`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/Pipelines/WellKnownPipelineTags.cs)

Defines well-known pipeline tags used to categorize pipeline steps.

## Definition

```csharp
namespace Aspire.Hosting.Pipelines;

public static class WellKnownPipelineTags
{
    // ...
}
```

## Fields

- [BuildCompute](/reference/api/csharp/aspire.hosting/wellknownpipelinetags/fields.md#buildcompute) : `string` `static` -- Tag for steps that build compute resources.
- [DeployCompute](/reference/api/csharp/aspire.hosting/wellknownpipelinetags/fields.md#deploycompute) : `string` `static` -- Tag for steps that deploy to compute infrastructure.
- [ProvisionInfrastructure](/reference/api/csharp/aspire.hosting/wellknownpipelinetags/fields.md#provisioninfrastructure) : `string` `static` -- Tag for steps that provision infrastructure resources.
- [PushContainerImage](/reference/api/csharp/aspire.hosting/wellknownpipelinetags/fields.md#pushcontainerimage) : `string` `static` -- Tag for steps that push container images to a registry.
