Skip to content

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

License

Notifications You must be signed in to change notification settings

sleepypikachu/actions-branch-to-docker-tag-name

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[email protected]
  id: branch-to-docker-tag
  with:
   branch: "feature/some-branch-name"
   prefix: "feature/"

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published