Docker Image Pull Succeeds in GitLab Pipeline but Image Not Found on AWS Lightsail
I’m running a GitLab CI/CD pipeline to deploy a Docker image from GitLab’s Container Registry to an AWS Lightsail instance. The pipeline logs show the image is pulled successfully and the Docker commands run without errors. However, when I log…