Skip to content

Commit

Permalink
Update README with proxy info
Browse files Browse the repository at this point in the history
  • Loading branch information
Plabick committed Jun 24, 2021
1 parent 085957e commit bef44cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ steps:

----

### Proxy
Building the docker container requires access to pypi.python.org/pypi. If you are running docker based actions on a self-hosted runner behind a proxy, you can configure the docker client to [flow proxy info to the container](https://docs.docker.com/network/proxy/#configure-the-docker-client). This action will respect the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` settings in `~/.docker/config.json`, if set.

[MIT License](LICENSE)

0 comments on commit bef44cb

Please sign in to comment.