Deploy a Docker image to Render platform
Version updated for https://github.com/gh-actions-workflows/deploy-docker-render to version v2.0.
- This action is used across all versions by 59 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The deploy-docker-render GitHub Action facilitates automated deployment of Docker images to services hosted on the Render platform. It streamlines the deployment process by triggering Render deploy hooks and optionally waiting for the deployment to complete. This action is particularly useful for automating CI/CD pipelines, ensuring consistent and efficient updates to Render-hosted applications across multiple operating systems.
What’s Changed
Update NodeJS version from 20 to 24.
What’s Changed
- feat: upgrade Node.js version from 20 to 24 by @PedroHPAlmeida in https://github.com/gh-actions-workflows/deploy-docker-render/pull/3
New Contributors
- @PedroHPAlmeida made their first contribution in https://github.com/gh-actions-workflows/deploy-docker-render/pull/3
Full Changelog: https://github.com/gh-actions-workflows/deploy-docker-render/compare/v1.3...v2.0