Update documentation

Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
Tim Etchells 2021-10-14 15:59:43 -07:00
parent bdfa69ab89
commit 86c114d1b4
2 changed files with 35 additions and 4 deletions

View file

@ -1,5 +1,8 @@
# push-to-registry Changelog
## v2.4
- Allow fully qualified image names in `tags` input, for compatibility with [docker/metadata-action`](https://github.com/docker/metadata-action). [#50](https://github.com/redhat-actions/push-to-registry/pull/50)
## v2.3.2
- Add the word `local` to the image check messages.
- Add matrix to install latest podman. (Internal)