Prerequisites
- An application already deployed on the Magic Containers platform
- A GitHub repository containing a Dockerfile or valid build context
- Container registry credentials (
GITHUB_TOKENfor GitHub Container Registry, your bunny.net API key for the Bunny Container Registry, or a personal access token for DockerHub)
Quickstart
Add a step to your GitHub Actions workflow with the following inputs:app_id, api_key, container, and image_tag. This triggers a rolling update whenever a new image is built and pushed.
- GitHub Container Registry
- Bunny Container Registry