ssh-key-action icon indicating copy to clipboard operation
ssh-key-action copied to clipboard

OCI runtime exec failed

Open Syntax3rror404 opened this issue 3 years ago • 1 comments

Hi, i get an error by executing your action

Run shimataro/ssh-key-action@v1
/usr/bin/docker exec  f95957ffde037ecbb3303b15ac3db65e1d8d2718d7019101192d2ecc4cd2163b sh -c "cat /etc/*release | grep ^ID"
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/node12_alpine/bin/node": stat /__e/node12_alpine/bin/node: no such file or directory: unknown

Syntax3rror404 avatar Nov 30 '21 13:11 Syntax3rror404

You need to install nodejs in your container.

till avatar Apr 14 '22 10:04 till