mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 18:21:20 +01:00
Add changelog for v2.1
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
dec02e9270
commit
63909e5fa4
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# push-to-registry Changelog
|
||||
|
||||
## v2.1
|
||||
- Add output `registy-path` to output first element of `registry-paths`
|
||||
- Print image digest after every push to verify image digest for each tag
|
||||
- Print `podman version` at start of the action to verify that required version is being used
|
||||
- (Internal) Add `Link checker` workflow to identify dangling links
|
||||
|
||||
## v2
|
||||
- Rename `tag` input to `tags`, to allow you to push multiple tags of the same image
|
||||
- Add input `extra_args` to append arbitrary arguments to the `podman push`
|
||||
|
@ -17,4 +23,4 @@
|
|||
- Initial marketplace release
|
||||
|
||||
## v0.1
|
||||
- Initial pre-release
|
||||
- Initial pre-release
|
||||
|
|
Loading…
Add table
Reference in a new issue