mirror of
https://github.com/sleepypikachu/actions-branch-to-docker-tag-name.git
synced 2024-11-23 18:53:50 +08:00
14 lines
304 B
Markdown
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"
|
|
```
|
|
|
|
|