From a3c228bcbf87307e0b0e63147ea563f7d9956212 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 13 Sep 2026 14:51:52 -0700 Subject: [PATCH] docs: call out private registry setup in image example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ec4775..2ecc404 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ For production deployments, this is the recommended approach. Build and push the push: true tags: ghcr.io/YOUR_USERNAME/YOUR_APP:${{ github.sha }} +# If this image is private, configure the registry credentials in CapRover first. +# See "Private registries" below. - uses: caprover/deploy-from-github@v2 with: server: https://captain.example.com