mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-23 10:31:22 +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
|
# 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
|
## v2
|
||||||
- Rename `tag` input to `tags`, to allow you to push multiple tags of the same image
|
- 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`
|
- Add input `extra_args` to append arbitrary arguments to the `podman push`
|
||||||
|
|
Loading…
Add table
Reference in a new issue