update inputs; readme

This commit is contained in:
2023-08-18 22:01:39 -07:00
parent 2b8c0ec844
commit 3697f3078d
5 changed files with 94 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
name: Docker Tag
name: Tag Manifest
description: Tags an existing container manifest in a remote registry without pulling/pushing any images
runs:
using: node16
@@ -7,21 +7,18 @@ inputs:
registry:
description: URL to the container registry
required: true
insecure-registry:
insecure:
description: If "true", will use HTTP rather than HTTPS
required: false
image:
description: The name of the image in the registry
required: true
old-tag:
description: The tag of the existing image to be re-tagged
required: true
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
manifest:
description: The name/tag of the existing manifest in the registry
required: true
tags:
description: Newline or comma delimited list of new tags to apply to the manifest
required: true