Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit e5edf73

Browse files
authored
Update action.yml
1 parent 6e13a6f commit e5edf73

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ inputs:
2020
imageTag:
2121
description: "The desired tag for the image. Defaults to current branch or release version number."
2222
required: false
23+
imageTagPrefix:
24+
description: "Added to the beginning of the tag."
25+
required: false
26+
imageTagSuffix:
27+
description: "Added to the end of the tag."
28+
required: false
2329
buildArguments:
2430
description: "The build arguments for image."
2531
required: false

0 commit comments

Comments
 (0)