Skip to content

Commit

Permalink
Trying to fix DOCKER_SSHAGENT
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent 1a2b7f2 commit 1a49e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -33,5 +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"
export DOCKER_SSHAGENT="-v /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock -e SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock"
docker build --ssh default --target devel_shell -t multikeyjwt:devel_shell .

0 comments on commit 1a49e97

Please sign in to comment.