Circle CI expires its local cache of docker images in about 2 months now (it used to be 6 months). Once the image is no longer in their cache, all deployments will fail. The workaround is to retag the source with a bumped version number. (See tag annotations for details and frequency.)
The simplest fix is to move the workflows to GHA.
Circle CI expires its local cache of docker images in about 2 months now (it used to be 6 months). Once the image is no longer in their cache, all deployments will fail. The workaround is to retag the source with a bumped version number. (See tag annotations for details and frequency.)
The simplest fix is to move the workflows to GHA.