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
After #641 we still see issues in CI related to setting the user agent in docker config:
jq: error: Could not open file /home/runner/.docker/config.json: No such file or directory
/home/runner/work/_temp/61a2380e-b2d9-4100-b3a7-1686a4b14df3.sh: line 1: /home/runner/.docker/config.json.new: No such file or directory
Error: Process completed with exit code 1.
Looks to me that those expected files ~/.docker/config.json aren't there on some runners to begin with. We need to figure out what creates them and run those commands first.
The text was updated successfully, but these errors were encountered:
Description
After #641 we still see issues in CI related to setting the user agent in docker config:
See for example:
https://github.com/graalvm/mandrel/actions/runs/7248996212/job/19747102268?pr=640#step:10:25
Looks to me that those expected files
~/.docker/config.json
aren't there on some runners to begin with. We need to figure out what creates them and run those commands first.The text was updated successfully, but these errors were encountered: