Skip to content

v4.5.0 (🏦 Dealing with the Bank)

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 19:07
· 383 commits to refs/heads/master since this release
779e0e1

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