github buildkite-plugins/docker-compose-buildkite-plugin v4.5.0
v4.5.0 (🏦 Dealing with the Bank)

latest releases: v5.4.0, v5.3.0, v5.2.0...
23 months ago

Changes

  • Mount checkout path (#354) @toote
  • Fix push without prebuilt image when using docker-compose v2 (#353) @tomgi

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.4.0:
+     docker-compose#v4.5.0:
        image: someimage
        workdir: /app

Don't miss a new docker-compose-buildkite-plugin release

NewReleases is sending notifications on new releases.