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
Probably it'd be good to document that this action is running in a docker container, as I was looking too long on my end.
And also, how to connect to localhost then.
The text was updated successfully, but these errors were encountered:
I'm actively running migrations using ariga/atlas-deploy-action, connecting to runner's localhost by using 172.17.0.1 as the host. Working fine as far as I can tell :)
Quite a edge-case probably, but an easy fix if documented.
I'm running cloud-sql-proxy in combination with tailscale to access my postgres instance w/ private address in Google Cloud.
The proxy exposes the connection on a port on the github runner's localhost.
As this action runs in a docker container itself, connecting to localhost, does of course not connect to the github runner's "localhost".
The fix is using
172.17.0.1
as a host, instead oflocalhost
:Probably it'd be good to document that this action is running in a docker container, as I was looking too long on my end.
And also, how to connect to localhost then.
The text was updated successfully, but these errors were encountered: