github seek-oss/docker-ecr-publish-buildkite-plugin v2.5.0

latest release: v2.5.1
23 months ago

Features

  • Add options to select build driver & cache exports (#31, @activehigh)

You can now select the Docker build driver, and provide optional properties for progress-display and export-cache-metadata.

steps:
  - plugins:
      - seek-oss/docker-ecr-publish#v2.5.0:
          driver: buildkit
          progress-output: plain
          disable-cache-metadata: true

The plugin defaults to driver: legacy which is unchanged behaviour from the previous release. The two optional properties are only relevant when driver: buildkit is specified.

Don't miss a new docker-ecr-publish-buildkite-plugin release

NewReleases is sending notifications on new releases.