Add feature to tag image with multiple tags

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-01-22 18:07:40 +05:30
commit 48975824e7
11 changed files with 1983 additions and 119 deletions

View file

@ -1,15 +1,10 @@
{
"extends": "@redhat-actions/tsconfig",
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"lib": [
"ES2017"
],
"outDir": "out",
"rootDir": ".",
"rootDir": "src/",
"outDir": "out/"
},
"exclude": [
"node_modules",
"scripts"
]
"include": [
"src/"
],
}