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

https://github.com/drugscom/docker-matrix-action

Generate a job matrix for all Dockerfiles in the project
https://github.com/drugscom/docker-matrix-action

actions docker github-actions

Last synced: 5 months ago
JSON representation

Generate a job matrix for all Dockerfiles in the project

Awesome Lists containing this project

README

          

# Dockerfiles matrix generator action

This action generates job matrix for all Dockerfiles in the project.

## Inputs

### `paths`

The paths where to look for Dockerfiles. Default `"**/Dockerfile"`.

### `suffix-replace`

Replace pattern in tag suffix.

## Outputs

### `dockerfile`

List of Dockerfiles found in the repository.

## Example usage

```yaml
uses: drugscom/docker-matrix-action@v1
with:
paths: 'docker/**/Dockerfile'
```