mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-02 11:19:55 +02:00
Support docker/metadata-action
This commit is contained in:
parent
1d3fd04cee
commit
6b269c55d3
7 changed files with 276 additions and 67 deletions
|
@ -17,7 +17,7 @@ export enum Inputs {
|
|||
EXTRA_ARGS = "extra-args",
|
||||
/**
|
||||
* Name of the image to push (e.g. username/imagename or imagename)
|
||||
* Required: true
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
IMAGE = "image",
|
||||
|
@ -29,7 +29,7 @@ export enum Inputs {
|
|||
PASSWORD = "password",
|
||||
/**
|
||||
* Hostname and optional namespace to push the image to (eg. quay.io/username or quay.io)
|
||||
* Required: true
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
REGISTRY = "registry",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue