mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-07 17:31:34 +00:00
Support/node20 (#93)
* Update action.yml to use node20 * Update README.md with newer runner versions and fix typo * Update all workflows to use newer action versions and runner environments
This commit is contained in:
parent
e85426e5e2
commit
0fa2dca2e8
11 changed files with 31 additions and 31 deletions
|
@ -11,7 +11,7 @@ inputs:
|
|||
tags:
|
||||
description: |
|
||||
'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
|
||||
default: 'latest'
|
||||
registry:
|
||||
|
@ -47,5 +47,5 @@ outputs:
|
|||
registry-paths:
|
||||
description: 'A JSON array of registry paths to which the tag(s) were pushed'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue