- Merged
image_name
andimage_tag
parameters into a singleimage_tags
parameter. The new format isuser/app:tag1
. Multiple tags can now be specified for an image, separated by commas. This change requires updating your configuration to use the newimage_tags
parameter instead of the deprecated parameters.
- Added support for the
cache_from
andcache_to
parameters to enable caching during the build process.
- Deprecated
image_name
andimage_tag
parameters in favor of the newimage_tags
parameter. Please update your configuration to useimage_tags
instead.
- Initial version