Skip to content

nx-docker: v3.0.0

Compare
Choose a tag to compare
@junoebiz junoebiz released this 24 Nov 06:49

3.0.0 (2024-11-24)

⚠ BREAKING CHANGES

  • nx-docker: Change the api of the Docker executor schema The registries, version, and namespace options have been added to the Docker executor schema. This change is backwards incompatible and may require updates to existing configurations.

Features

  • nx-docker: add labels options to docker build executor (7822a69)
  • nx-docker: add load and push optiions to build executor (5cc3278)
  • nx-docker: add registries, version, and namespace options to Docker executor schema (348567d)