feat: add tag-suffix and tag-prefix options

This commit is contained in:
CharlieC3 2021-03-08 16:52:14 -05:00
parent 5f29dbc7d7
commit 983af1f9f4
No known key found for this signature in database
GPG key ID: 0DDC8A2437C56218
6 changed files with 167 additions and 8 deletions

View file

@ -50,6 +50,12 @@ inputs:
tag-custom-only:
description: 'Only use tag-custom as Docker tags'
required: false
tag-suffix:
description: 'Appends a string to the end of all Docker tags'
required: false
tag-prefix:
description: 'Prepends a string to the beginning of all Docker tags'
required: false
label-custom:
description: 'List of custom labels'
required: false