Resolve reviews

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-02-10 11:20:55 +05:30
parent be0e9cb42e
commit d2c5bf3ecd

View file

@ -1,8 +1,8 @@
# buildah-build Changelog # buildah-build Changelog
## v2 ## v2
- Rename `tag` input to `tags`, and allow you to build multiple tags of the same image - Rename `tag` input to `tags`, to allow you to build multiple tags of the same image
- Add output parameters `image` and `tags`, and allow you to output image name and multiple tags of the image - Add outputs `image` and `tags`, which output the image name and all tags of the image that was created
- (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker - (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker
## v1 ## v1