2022-09-04 19:49:25 +01:00
2022-09-03 16:50:35 +01:00
2022-09-03 17:13:24 +01:00
2022-09-04 19:49:14 +01:00
2022-09-03 16:00:06 +01:00
2022-09-03 16:50:35 +01:00
2022-09-03 17:49:27 +01:00
2022-09-04 19:49:25 +01:00

actions-branch-to-docker-tag-name

GitHub Action to convert a branch name to a valid docker tag name

If the branch is your main branch then latest will be returned.

Example

- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1.0.0
  id: branch-to-docker-tag
  with:
   branch: "feature/some-branch-name"
   prefix: "feature/"
Description
A GitHub Action to convert a branch name to a valid docker tag name
Readme 125 KiB
Languages
JavaScript 100%