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
- Host: GitHub
- URL: https://github.com/drugscom/docker-matrix-action
- Owner: drugscom
- Created: 2021-02-09T22:30:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T19:47:43.000Z (about 2 years ago)
- Last Synced: 2026-01-13T16:43:28.998Z (5 months ago)
- Topics: actions, docker, github-actions
- Language: TypeScript
- Homepage:
- Size: 692 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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'
```