This message was deleted.
# aws
s
This message was deleted.
f
Excerpt from my program
if I run pulumi on my laptop, it builds the image successfully and I can manually run
docker push
to send the image to ecr
s
Your local.Command password is out of date. It probably only ran once, the first time you created the program. But you should set it up to run/refresh every time you need to push an image since the token doesn’t last very long
f
😲
thanks Mike, I wasn’t aware of that detail
p 1
What would be the standard way to effect that run/refresh? The docs at https://www.pulumi.com/registry/packages/command/api-docs/local/command/ mention a
trigger
attribute but it’s not clear how I would link it to pushing an image
It seems I can just set
triggers: [Date.now()]
🤷‍♂️
s
yup!
1