https://github.com/makeplane/actions
https://github.com/makeplane/actions
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/makeplane/actions
- Owner: makeplane
- Created: 2024-12-20T06:25:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T14:02:03.000Z (7 months ago)
- Last Synced: 2025-10-18T07:48:40.698Z (3 months ago)
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plane GitHub Actions
A collection of reusable GitHub Actions for Plane's CI/CD workflows.
## Available Actions
### [Docker Build & Push](./build-push)
Build and push Docker images to DockerHub and private registries with support for:
- Multi-platform builds using Docker Buildx
- Smart tagging system for releases
- Private registry support
- Build arguments and more
## Usage
Each action has its own README with detailed documentation and examples. Click the links above to learn more about specific actions.