- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
- Forcibly remove existing manifest before creating a new one. #103
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
- Make image and tag in lowercase, if found in uppercase. #89
- Add
--tls-verify
andextra-args
input forbuildah from
command. #92 - Remove kubic packages from test workflows. #93
- Add support for multiple archs and platforms.
- Allow building image manifest if multi arch or platform is provided.
- Allow fully qualified image names in
tags
input, for compatibility with docker/metadata-action`. #74 - Support for
--platform
argument #65
- Add output
image-with-tag
which provides image name and its corresponding first tag present. - Replace input
dockerfiles
withcontainerfiles
. Inputdockerfiles
will be present as alias ofcontainerfiles
. - Add matrix to install latest buildah. (Internal)
- Run
buildah config
command beforebuildah copy
command to useworkingDir
for copying
- Fix buildah-bud docs link in README
- Rename "archs" input to "arch"
- Improve documentation for multi-architecture builds
- Update README for multi-architecture builds
- Fix README typo
- Add input
extra-args
to pass extra args to buildah bud for build image using dockerfile 2f7f68e
- Update README to point to podman-login action 0c92abf
- Fix buildah issue of using
overlay
as storage driver 6dbeb7e
- Fix issue of workDir not being used in the code 65f18d4
- Add Layers input for build using dockerfile 3196e5a
- Add note about multi architecture(s) image built support 1f7c249
- Add output message if tags is not provided 76570bc
- Add
archs
input to allow building images for custom architectures 803a141
- Rename
tag
input totags
, to allow you to build multiple tags of the same image - Add outputs
image
andtags
, which output the image name and all tags of the image that was created 88e0085 - (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker 20a8e62
- Initial marketplace release
- Initial pre-release