Sean Brady
Sean Brady
Where are you configuring the NEXT_PUBLIC_API_URI value?
So the issue that I'm having is that I effectively cannot pass information from one task to another using any method. Is there any way to pass information from one...
However if you echo {{.MY_VAR}} from the `caller` task it returns nothing. No information is passed between the two tasks in your example. ``` version: '3' tasks: caller: cmds: -...
+1 on this. Use case: I use Task (exceptional tool btw) to build OCI containers for use with Podman (or Docker). Most images are child images of a parent image....
I'm of the opinion that the second example should work, and that re-initializing a global var in the local scope should be something that is supported. @andreynering would you agree...
@madmath03 > It's as you mentioned before: the cli image can be used to manage a wp installation in another container. This is not a viable solution and the community...
@madmath03 Yet another reason why your second container hack isn't viable, straight from the documentation itself: >NOTE: Since March 2021, WordPress images use a customized wp-config.php that pulls the values...
Link @weiznich? TIA