Skip to content

Releases: makeplane/actions

v1.2.0

06 Jan 09:52
7edc24c

Choose a tag to compare

Added a new parameter copy-license

Full Changelog: v1.1.0...v1.2.0

v1.1.0

26 Jun 14:02
c6392dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Dec 08:52

Choose a tag to compare

Changelog

[v1.0.0] - 2024-12-20

Added

  • Initial release of the Docker Build & Push Action
  • Multi-platform build support using Docker Buildx
  • Smart tagging system for releases and branches
  • Support for both DockerHub and private registry authentication
  • Configurable build arguments and context
  • Release management with semantic versioning
  • Comprehensive documentation with usage examples

Features

  • Automatic tag generation based on build type:
    • Semantic version tags for releases (e.g., v1.2.3)
    • Latest tag for master branch
    • Branch name tags for other branches
  • Private registry support with conditional authentication
  • Customizable build platforms via Buildx
  • Build argument support for flexible image configuration

Documentation

  • Added detailed README with input parameters
  • Included example workflows for basic and advanced usage
  • Documented all configuration options and defaults