steps:
- task: Docker@0 displayName: 'Build an image' inputs: containerregistrytype: 'Container Registry' dockerRegistryConnection: DockerHubFeb2025Batch imageName: 'handsondevops/feb2025image:$(Build.BuildId)'
- task: Docker@0 displayName: 'Push an image' inputs: containerregistrytype: 'Container Registry' dockerRegistryConnection: DockerHubFeb2025Batch action: 'Push an image' imageName: 'handsondevops/feb2025image:$(Build.BuildId)'