Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down