rename file to be consistent
This commit is contained in:
parent
aa19b9f43f
commit
8f1960f414
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user