branch-to-docker-tag-name/README.md
2022-09-03 16:50:35 +01:00

14 lines
304 B
Markdown

# actions-path-to-docker-image-name
[GitHub Action](https://github.com/features/actions) to convert a directory path to a valid name.
## Example
```yaml
- uses: sleepypikachu/actions-path-to-docker-image-name@v1
id: path-to-docker-image
with:
path: "./docker/foo/bar"
prefix: "./docker"
```