Skip to content

GitHub Action to generate a valid Docker tag

License

Notifications You must be signed in to change notification settings

paqato/docker-tag-action

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

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker tag action

This Action generates a valid Docker tag from a GitHub ref

Inputs

latest_branches

List of branches that should be tagged as latest (comma-separated). Default value: master

Outputs

tag

The generated Docker tag

Example usage

uses: paqato/docker-tag-action@v1
with:
  latest_branches: master,main