A GitHub Action to convert a branch name to a valid docker tag name
Go to file
2022-09-03 17:13:37 +01:00
node_modules Initial Action for test 2022-09-03 16:50:35 +01:00
.gitignore Ignore swp 2022-09-03 17:13:24 +01:00
action.yml Initial Action for test 2022-09-03 16:50:35 +01:00
index.js Fix non-global regexes 2022-09-03 17:13:37 +01:00
LICENSE Initial commit 2022-09-03 16:00:06 +01:00
package-lock.json Initial Action for test 2022-09-03 16:50:35 +01:00
package.json Initial Action for test 2022-09-03 16:50:35 +01:00
README.md Initial Action for test 2022-09-03 16:50:35 +01:00

actions-path-to-docker-image-name

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

Example

- uses: sleepypikachu/actions-path-to-docker-image-name@v1
  id: path-to-docker-image
  with:
   path: "./docker/foo/bar"
   prefix: "./docker"