Skip to content

Releases: buildkite-plugins/docker-cache-buildkite-plugin

v1.0.0 (💸 Cache deposit)

28 Jul 10:23
252d99c
Compare
Choose a tag to compare

What's changed?

  • Added comprehensive test suite and finalized plugin syntax
  • First stable release 🎉

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-       docker-cache#v0.0.1:
+       docker-cache#v1.0.0:
          provider: ecr
          image: my-app
          ecr:
            region: us-east-1
            account-id: "123456789012"