rename file to be consistent

This commit is contained in:
James Brumond 2023-08-18 20:25:38 -07:00
parent aa19b9f43f
commit 8f1960f414
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Docker Tag
description: Tags an existing container manifest in a remote registry without pulling/pushing any images
runs:
using: node16
main: dist/main.js
main: dist/index.js
inputs:
registry:
description: URL to the container registry

View File

View File

@ -2,7 +2,7 @@
"private": true,
"scripts": {
"lint": "eslint .",
"prepare": "ncc build main.js -o dist --source-map --license licenses.txt",
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"all": "npm run lint && npm run prepare"
},
"dependencies": {