A GitHub Action to convert a branch name to a valid docker tag name
Go to file
2022-09-03 17:06:07 +01:00
node_modules Initial Action for test 2022-09-03 16:50:35 +01:00
action.yml Initial Action for test 2022-09-03 16:50:35 +01:00
index.js Support documented rules 2022-09-03 17:06:07 +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"