mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-21 13:58:43 +00:00
Add docker docs link
This commit is contained in:
parent
09eecc1c3b
commit
e2be65e0c9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ If you are using this action on container-based workflows, make sure the contain
|
|||
|
||||
### Building Docker Images and/or Using the `docker/build-push-action` Action
|
||||
|
||||
When you are building Docker images with `docker build` or `docker compose build` and need to provide the SSH keys to the build, don't forget to pass `--ssh default=${{ env.SSH_AUTH_SOCK }}` on the command line to pass the SSH agent socket through.
|
||||
When you are building Docker images with `docker build` or `docker compose build` and need to provide the SSH keys to the build, don't forget to pass `--ssh default=${{ env.SSH_AUTH_SOCK }}` on the command line to pass the SSH agent socket through. See the [Docker documentation](https://docs.docker.com/engine/reference/commandline/buildx_build/#ssh) for more information on this option.
|
||||
|
||||
If you are using the `docker/build-push-action`, you can do so by adding the following config.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue