You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is coming from the octave --eval "disp(version)" step. Pinning the image to gnuoctave/octave:8.3.0 solves the error.
Any ideas? Totally possible I should be doing something differently -- should I be installing the docker image more manually maybe? As I understand it, the current setup in the above action relies on github to pull the image from DockerHub, but I don't use docker much and maybe this is user error on my part....
The text was updated successfully, but these errors were encountered:
Thanks for the report @chrishavlin 🙏 Indeed the current gnuoctave/octave:8.* and gnuoctave/octave:latest* have build issues. I try to resolve them but in the meantime, please pin the images in your pipeline as you described.
Hi there,
I've got a github action that pulls in the latest docker image that started failing with the following error
Here's a copy of the action for reference
The error is coming from the
octave --eval "disp(version)"
step. Pinning the image tognuoctave/octave:8.3.0
solves the error.Any ideas? Totally possible I should be doing something differently -- should I be installing the docker image more manually maybe? As I understand it, the current setup in the above action relies on github to pull the image from DockerHub, but I don't use docker much and maybe this is user error on my part....
The text was updated successfully, but these errors were encountered: