jpbm135/Detect GitHub Actions Docker Network IP

Retrieves the IP address of a GitHub Actions Docker network, useful for connecting services when localhost is not sufficient.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
strictIf the action should fail if the IP address cannot be foundnofalse
forward-portsIf the action should forward from the GitHub Actions Docker network to the host, ATTENTION: this will fail if the port is already in usenofalse
hostThe host to forward the ports tono127.0.0.1
namedescription
github-network-ipThe IP address of the GitHub Actions Docker network
port-mappingsThe port mapping from the GitHub Actions Docker network to the host, JSON format. Example: - host: port: 5432 host: '127.0.0.1' container: port: 80 host: '172.0.0.1'