Skip to content

Commit

Permalink
fix: syntax error on workflows/docker-image.yml (4/?)
Browse files Browse the repository at this point in the history
  • Loading branch information
daehwankim112 committed Oct 15, 2023
1 parent 709a241 commit 5b362b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Add private key to SSH_AUTH_SOCK
run:
run: |
## https://stackoverflow.com/questions/70507811/invalid-empty-ssh-agent-socket-make-sure-ssh-auth-sock-is-set-how-to-set-ssh-au
##
## Install ssh-agent if not already installed, it is required by Docker.
Expand Down

0 comments on commit 5b362b7

Please sign in to comment.