Minor update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 22s
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 22s
This commit is contained in:
parent
5620084a35
commit
eb4e47a73e
@ -12,7 +12,7 @@ RUN apk update && apk add openssh-client git
|
||||
|
||||
ARG SSH_PRIVATE_KEY
|
||||
RUN mkdir -p /root/.ssh && \
|
||||
echo "${SSH_PRIVATE_KEY}" > /root/.ssh/id_rsa && \
|
||||
printf "%s" "${SSH_PRIVATE_KEY}" > /root/.ssh/id_rsa && \
|
||||
chmod 600 /root/.ssh/id_rsa && \
|
||||
eval "$(ssh-agent -s)" && \
|
||||
ssh-add /root/.ssh/id_rsa && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user