Skip to content

Commit

Permalink
export DOCKER_SSHAGENT="-v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_…
Browse files Browse the repository at this point in the history
…SOCK"
  • Loading branch information
aarne33 committed May 30, 2023
1 parent dbf886d commit 1a2b7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -33,4 +33,5 @@ jobs:
- name: Docker build
run: |
export DOCKER_BUILDKIT=1
export DOCKER_SSHAGENT="-v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK"
docker build --ssh default --target devel_shell -t multikeyjwt:devel_shell .

0 comments on commit 1a2b7f2

Please sign in to comment.