Skip to content

Commit

Permalink
fix: syntax error on workflows/docker-image.yml (5/?)
Browse files Browse the repository at this point in the history
  • Loading branch information
daehwankim112 committed Oct 15, 2023
1 parent 5b362b7 commit 1eaa544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
steps:
- name: Add private key to SSH_AUTH_SOCK
run: |
apt-get update -y && apt-get install openssh-client -y

## 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.
## (change apt-get to yum if you use an RPM-based image)
##
apt-get update -y && apt-get install openssh-client -y


##
## Run ssh-agent (inside the build environment)
##
Expand Down

0 comments on commit 1eaa544

Please sign in to comment.