Can I refer to action outputs in the project confi...
# 🌱|help-and-getting-started
f
It seems that provider outputs are available in the action template context, but not the other way around. Can I map a project output to ${actions.<my-action.outputs.deploymentImageId} ?
I actually got what I need by doing
garden publish
with
--tag
🙂 Thanks
b
Happy to hear you found a solution 🙂 And yeah, providers are resolved ahead of actions so yo can't action outputs in providers.