You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
Include support for GitHub Container Registry (#21)
You can now use GitHub Docker for either the GitHub Package Registry or the GitHub Container Registry
Update documentation
Removed Changelog.md as that information will be archived in releases.
Added badge and update note to README.md
Changelog.md | 10 ----------
README.md | 4 ++++
2 files changed, 4 insertions(+), 10 deletions(-)
Fix buildArgs -> buildArg (#16)
Documentation showed the `buildArg` input used as `buildArgs`. Very confusing as it's unclear which one is right. Now only one is shown; `buildArg`.
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>