mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-02 07:27:47 +02:00
Update action.yml to use node20
This commit is contained in:
parent
9986a6552b
commit
879f93f746
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ inputs:
|
||||||
tags:
|
tags:
|
||||||
description: |
|
description: |
|
||||||
'The tag or tags of the image/manifest to push.
|
'The tag or tags of the image/manifest to push.
|
||||||
For multiple tags, seperate by whitespace. For example, "latest v1"'
|
For multiple tags, separate by whitespace. For example, "latest v1"'
|
||||||
required: false
|
required: false
|
||||||
default: 'latest'
|
default: 'latest'
|
||||||
registry:
|
registry:
|
||||||
|
@ -47,5 +47,5 @@ outputs:
|
||||||
registry-paths:
|
registry-paths:
|
||||||
description: 'A JSON array of registry paths to which the tag(s) were pushed'
|
description: 'A JSON array of registry paths to which the tag(s) were pushed'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
Loading…
Add table
Reference in a new issue