mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Add feature to tag image with multiple tags
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
75dab40354
commit
48975824e7
11 changed files with 1983 additions and 119 deletions
9
.eslintrc.js
Normal file
9
.eslintrc.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
extends: [
|
||||
"@redhat-actions/eslint-config",
|
||||
],
|
||||
ignorePatterns: [
|
||||
"dist/",
|
||||
"out/",
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue