mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-18 00:21:22 +00:00
12 lines
385 B
Markdown
12 lines
385 B
Markdown
|
# buildah-build Changelog
|
||
|
|
||
|
## v2
|
||
|
- Rename `tag` input to `tags`, to allow you to build multiple tags of the same 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
|
||
|
|
||
|
## v1
|
||
|
- Initial marketplace release
|
||
|
|
||
|
## v0.1
|
||
|
- Initial pre-release
|