Uncover Actions
Version updated for https://github.com/uncoverthefuture-org/actions to version v1.5.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
UActions is a lightweight deployment tool that uses Podman and Traefik to automate the local and remote deployment of containerized applications. It simplifies tasks such as local domain routing, automatic Docker image builds, container management, and reverse proxy configuration with Let’s Encrypt support. Designed for local development and CI/CD workflows, it supports file-watching for auto-deployments and can operate on both local machines and remote servers via SSH.
What’s Changed
1.5.1 (2026-04-08)
Bug Fixes
- Simplify expressions to use || fallback pattern instead of && || ternary (4f610a2)