Builds,tags,pushes to remote Requires: build-test-image, tag-test-image-remote, push-test-image-remote, caprover-deploy-test
Build Docker Image
docker build --pull --rm -t image-name:latest .Tags local image with remote name
docker tag image-name:latest $REGISTRY_ADDRESS/image-name:latestPushes local image to remote
docker push $REGISTRY_ADDRESS/image-name:latestSends signal to Caprover deployment for this app
caprover deploy --imageName $REGISTRY_ADDRESS/image-name:latest