diff --git a/.gitignore b/.gitignore index 252089d..6206d86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -out/ \ No newline at end of file +out/ +.idea/ diff --git a/action.yml b/action.yml index e28e3af..25e62fe 100644 --- a/action.yml +++ b/action.yml @@ -90,5 +90,5 @@ outputs: image-with-tag: description: 'Name of the image tagged with the first tag present' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' diff --git a/package.json b/package.json index 7bcd03a..b8f159e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "buildah-build", - "version": "1.0.0", + "version": "3.0", "engines": { - "node": "12" + "node": "16" }, "description": "Action for building OCI-compatible images using buildah", "repository": {