Skip to content

v5.6.0 (πŸ‘ Yummy)

Choose a tag to compare

@github-actions github-actions released this 16 Mar 18:20
· 121 commits to refs/heads/master since this release
d4a2f39

Dependency Updates

  • chore(deps): update buildkite plugin docker-compose to v4.11.0 (#241) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker#v5.5.1:
+     docker#v5.6.0:
        image: someimage
        workdir: /app