You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(scripts): pass docker_socket variable to tasks-docker template
The DOCKER_HOST variable was being set but not passed to the template.
This commit:
- Creates params.yaml with docker_socket parameter
- Passes params.yaml via --variables-file flag to both template pushes
- Adds docker_socket variable to tasks-docker template matching docker template pattern
This ensures the template can connect to non-default Docker sockets when needed.
0 commit comments