Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 08:19
· 84 commits to main since this release

2.0.0 (2023-10-23)

⚠ BREAKING CHANGES

  • The arguments and the inner logic of mkDockerManifest have been rewritten from scratch. The function now also handles the login to the Docker registries. Instead of providing the name (or names) of an image, you now define them for each registry individually. You can now opt out of all automatically assigned tags. There is a new GitHub integration that fetches most information automatically when run in a GitHub action. Please refer to the documentation for more details about the new arguments.

  • feat!(mkDockerManifest): rewrite logic and args (4c07c14)

Bug Fixes

  • manifest: add tags parameter (9554789)
  • manifest: output result for easier debugging (a63e594)
  • use correct variable naming again (39d96e6)
  • use oci as default manifest format (69a3e12)