An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Copier GitHub Action Docker

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-black.json&style=for-the-badge)](https://github.com/copier-org/copier)
[![Build Status](https://img.shields.io/github/actions/workflow/status/brpaz/copier-github-action-docker/ci.yml?branch=main&style=for-the-badge)](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.