Releases: buildkite-plugins/docker-cache-buildkite-plugin
Releases · buildkite-plugins/docker-cache-buildkite-plugin
v1.0.0 (💸 Cache deposit)
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"