Error pulling image created from previous job

Hello,

We have a workflow that runs a job to build a docker image and then subsequently another job that runs tests using that image.

We are receiving an error:
Error response from daemon: pull access denied for test-image, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

This has previously worked before and other projects with the same configs also work.

Anyone else experience this issue before?

Thank you!