CI/CD Setup
Add a GitHub Actions workflow to automatically build and push your image on every commit.
Select a project from the sidebar to see your credentials and personalized templates.
Registry Credentials
Add these as secrets in your GitHub repository:Settings → Secrets → Actions
Framework
.github/workflows/zenith-deploy.yml
Quick Setup Steps
- 1Copy the workflow file above into .github/workflows/zenith-deploy.yml in your repo
- 2Add ZENITH_REGISTRY_USER and ZENITH_REGISTRY_PASS to your GitHub repo secrets
- 3Push a commit to main — GitHub Actions will build and push your image automatically
- 4Come back here and deploy the project using your new image