mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
update: action runtime to node16
This commit is contained in:
parent
4b8d36793b
commit
c472cf87ae
3 changed files with 5 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
out/
|
out/
|
||||||
|
.idea/
|
||||||
|
|
|
@ -90,5 +90,5 @@ outputs:
|
||||||
image-with-tag:
|
image-with-tag:
|
||||||
description: 'Name of the image tagged with the first tag present'
|
description: 'Name of the image tagged with the first tag present'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "buildah-build",
|
"name": "buildah-build",
|
||||||
"version": "1.0.0",
|
"version": "3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "12"
|
"node": "16"
|
||||||
},
|
},
|
||||||
"description": "Action for building OCI-compatible images using buildah",
|
"description": "Action for building OCI-compatible images using buildah",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue