In all the modules that use ECR to deploy images (maybe just go and node backends), change the call to the orb to add checkout: false since we are already doing a shallow clone. The orb has an older github SSH signature which can cause pipeline failures.
In all the modules that use ECR to deploy images (maybe just go and node backends), change the call to the orb to add
checkout: falsesince we are already doing a shallow clone. The orb has an older github SSH signature which can cause pipeline failures.