https://github.com/brpaz/copier-github-action-docker
A Copier template to scaffold a Docker based GitHub Action
https://github.com/brpaz/copier-github-action-docker
copier-template
Last synced: 15 days ago
JSON representation
A Copier template to scaffold a Docker based GitHub Action
- Host: GitHub
- URL: https://github.com/brpaz/copier-github-action-docker
- Owner: brpaz
- License: mit
- Created: 2025-11-09T14:47:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-11-09T15:28:41.000Z (2 months ago)
- Last Synced: 2025-11-09T16:22:16.166Z (2 months ago)
- Topics: copier-template
- Language: Jinja
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copier GitHub Action Docker
[](https://github.com/copier-org/copier)
[](https://github.com/brpaz/copier-github-action-docker/actions)
> A [Copier](https://copier.readthedocs.io/en/stable/) Template for scaffolding a Docker based GitHub Action.
## 📦 What is included?
- GitHub Action setup using Docker.
## 🚀 Getting Started
### Pre-Requisites
This template is built with [Copier](https://copier.readthedocs.io/en/stable/), a Python based project templating tool.
To install copier on your system, follow the instructions at [Copier Website](https://copier.readthedocs.io/en/stable/#installation)
### Usage
To create a new project using this template, run the following command:
```bash
copier copy gh:brpaz/copier-github-action-docker /path/to/your/new/project
```
And answer the prompts to customize your new project.
## 🗒️ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.