flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Fix Docker pulling for CI #35

Closed ilumsden closed 1 year ago

ilumsden commented 1 year ago

I recently realized that the CI for ensuring DYAD builds was pulled into main a bit too early. It is currently failing in all cases due to being unable to pull the specified Docker image from DockerHub.

I'll look into this (and other possible CI issues) and fix it.