getContainerImageTags
Retrieve container image tags by specifying the repository and image name, optionally limiting results with a maximum number of tags. Simplifies image management in Azure DevOps workflows.
Instructions
Get tags for a container image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
imageName | Yes | Name of the container image | |
repositoryName | Yes | Name of the container repository | |
top | No | Maximum number of tags to return |