github seek-oss/docker-ecr-cache-buildkite-plugin v2.2.0

5 months ago

What's Changed

  • Add support to cache on specific json keys by @samchungy in #51
steps:
  - command: pnpm test
    plugins:
      - seek-oss/docker-ecr-cache#v2.2.0:
          cache-on:
            - .npmrc
            - package.json#.dependencies
            - package.json#.devDependencies
            - package.json#.packageManager
            - package.json#.pnpm.overrides
            - pnpm-lock.yaml
      - docker#v5.10.0:
          volumes:
            - /workdir/node_modules

See the README section for more details.

Full Changelog: v2.1.1...v2.2.0

Don't miss a new docker-ecr-cache-buildkite-plugin release

NewReleases is sending notifications on new releases.