https://pulumi.com logo
s

stale-park-1622

09/26/2019, 4:26 PM
Hi, When I build a docker image for ECR using the awsx package for node i.e.
Copy code
awsx.ecr.Repository
&&
Copy code
repository.buildAndPushImage
how can I add a custom tag to the image? right now, it is being tagged as 'latest'. I would like to add a custom tag name for the image. Is this possible? thanks