mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-05 12:39:55 +02:00
Support docker/metadata-action
This commit is contained in:
parent
1d3fd04cee
commit
214a09741c
10 changed files with 246 additions and 221 deletions
|
@ -7,14 +7,14 @@ branding:
|
|||
inputs:
|
||||
image:
|
||||
description: 'Name of the image to push (e.g. username/imagename or imagename)'
|
||||
required: true
|
||||
required: false
|
||||
tags:
|
||||
description: 'The tag or tags of the image to push. For multiple tags, seperate by a space. For example, "latest v1"'
|
||||
description: 'The tag or tags of the image to push. For multiple tags, seperate by whitespace. For example, "latest v1"'
|
||||
required: false
|
||||
default: 'latest'
|
||||
registry:
|
||||
description: 'Hostname and optional namespace to push the image to (eg. quay.io/username or quay.io)'
|
||||
required: true
|
||||
required: false
|
||||
username:
|
||||
description: 'Username to use as credential to authenticate to the registry'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue