
fcajresbar-feFrontend Image of FCAJ Resbar

fcajresbar-be.Backend Image of FCAJ Resbar.

Run the docker login command to authenticate. If you are already logged in with a different account, log out first, then log in using the credentials associated with your repositories

List all available Docker images on your local machine
docker image ls

docker tag aws-fcaj-container-app-frontend <username>/fcajresbar-fe
docker tag aws-fcaj-container-app-backend <username>/fcajresbar-be

docker push <username>/fcajresbar-fe
docker push <username>/fcajresbar-be

If we don’t specify a tag in the docker tag command, it will automatically add the latest tag to the image.
After pushing, we can see that the images have been pushed to their respective repositories.

