Skip to content

v4.1.1 (🍿 Tutucas)

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 17:29
· 416 commits to refs/heads/master since this release
0cbd316

Bugfixes

Invalid tags in some options caused errors with docker-compose calls. That behaviour changes so that invalid tag values in:

  • build: will cause a more descriptive error
  • cache-from: will be ignored and output a warning
  • push: will be ignored and output a warning

Bug: if your pipeline uses tag-less cache-from elements, you will get a validation error that was fixed in version v4.3.0

Upgrading

To upgrade, update your pipeline.yml files:

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