add ability to authenticate to registry

This commit is contained in:
2023-08-18 21:25:38 -07:00
parent 4d4170efa7
commit c5b78bf494
4 changed files with 142 additions and 12 deletions

View File

@@ -16,3 +16,9 @@ inputs:
new-tags:
description: Newline delimited list of new tags to apply to the image
required: true
username:
description: Username to use to authenticate to the container registry
required: false
password:
description: Password to use to authenticate to the container registry
required: false