Not able to see the docker image on Lightsail after pushing to it
I am executing a GitHub action to push a Docker image into AWS ECR and Lightsail.
While pushing into ECR works, it fails silently in the following block.
GitHub actions Push the Docker Image to lightsail failing due to a colon
I am trying to deploy a container using GitHub actions