# ContainerImagePushOptions

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.3.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
interface ContainerImagePushOptions {
  remoteImageName: string;
  remoteImageTag: string;
}
```

## Properties

- `remoteImageName`: `string` `get - set` -- Gets the RemoteImageName property
- `remoteImageTag`: `string` `get - set` -- Gets the RemoteImageTag property
