Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 308 Bytes

File metadata and controls

13 lines (10 loc) · 308 Bytes

actions-path-to-docker-image-name

GitHub Action to convert a directory path to a valid name.

Example

- uses: sleepypikachu/[email protected]
  id: path-to-docker-image
  with:
   path: "./docker/foo/bar"
   prefix: "./docker"