RollHook Deploy
Version updated for https://github.com/jkrumm/rollhook-action to version v1.8.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the deployment process using Docker and RollHook. It eliminates the need for secret management by utilizing OIDC tokens provided by GitHub Actions to authenticate with the RollHook registry. The action handles building, pushing, and deploying a Docker image in one step, providing real-time logs through SSE streams. The server-side authorization ensures that only authorized repositories can deploy images to specified branches or tags.
What’s Changed
1.8.0 (2026-07-31)
Features
- errors: diagnose RollHook failures with a one-line verdict (ec7c0c9)