docker-builds icon indicating copy to clipboard operation
docker-builds copied to clipboard

[Bug]: run-singularity workflow doesn't run command inside container

Open SarahNadeau opened this issue 2 years ago • 0 comments

What container were you trying to use, and how were you attempting to use it?

The run-singularity.yml workflow pulls a docker image and runs it as a Singularity container. It's supposed to run a command inside the container (pwd by default), see this line.

Instead, it looks like the command gets run on the GitHub actions runner, not in the container (e.g. here).

Relevant log output

INFO:    Creating SIF file...
INFO:    Converting SIF file to temporary sandbox...
/home/runner/work/docker-builds/docker-builds
INFO:    Cleaning up image...

SarahNadeau avatar Mar 17 '22 08:03 SarahNadeau