2020-11-07 13:04:04 +01:00
|
|
|
name: 'Lucas Test Push To Quay Action'
|
|
|
|
description: 'This action allows you to push an image to Quay'
|
|
|
|
author: 'Luca'
|
|
|
|
branding:
|
|
|
|
icon: circle
|
|
|
|
color: red
|
|
|
|
inputs:
|
|
|
|
image-to-push:
|
|
|
|
description: 'Name of the new image that will be pushed'
|
|
|
|
required: true
|
2020-11-13 15:12:47 +01:00
|
|
|
tag:
|
|
|
|
description: 'Tag of the new image'
|
|
|
|
required: false
|
|
|
|
default: 'latest'
|
|
|
|
registry:
|
2020-11-07 13:04:04 +01:00
|
|
|
description: 'Quay repo where to push the image'
|
|
|
|
required: true
|
|
|
|
username:
|
|
|
|
description: 'Username to use as credential to authenticate to the registry'
|
|
|
|
required: true
|
|
|
|
password:
|
|
|
|
description: 'Password to use as credential to authenticate to the registry'
|
|
|
|
required: true
|
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'dist/index.js'
|