Skip to content

Commit

Permalink
template: seek-oss/docker-ecr-cache v2.2.1 (#1725)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent eb23b2c commit e9d1d57
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions template/express-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configs:
NPM_READ_TOKEN: arn:aws:secretsmanager:ap-southeast-2:987872074697:secret:npm/npm-read-token

- &docker-ecr-cache
seek-oss/docker-ecr-cache#v2.2.0: &docker-ecr-cache-defaults
seek-oss/docker-ecr-cache#v2.2.1: &docker-ecr-cache-defaults
cache-on:
- .npmrc
- package.json#.packageManager
Expand Down Expand Up @@ -38,7 +38,7 @@ steps:
plugins:
- *aws-sm
- *private-npm
- seek-oss/docker-ecr-cache#v2.2.0:
- seek-oss/docker-ecr-cache#v2.2.1:
<<: *docker-ecr-cache-defaults
skip-pull-from-cache: true

Expand Down
2 changes: 1 addition & 1 deletion template/greeter/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configs:
NPM_READ_TOKEN: arn:aws:secretsmanager:ap-southeast-2:987872074697:secret:npm/npm-read-token

- &docker-ecr-cache
seek-oss/docker-ecr-cache#v2.2.0:
seek-oss/docker-ecr-cache#v2.2.1:
cache-on:
- .npmrc
- package.json#.packageManager
Expand Down
4 changes: 2 additions & 2 deletions template/koa-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configs:
NPM_READ_TOKEN: arn:aws:secretsmanager:ap-southeast-2:987872074697:secret:npm/npm-read-token

- &docker-ecr-cache
seek-oss/docker-ecr-cache#v2.2.0: &docker-ecr-cache-defaults
seek-oss/docker-ecr-cache#v2.2.1: &docker-ecr-cache-defaults
cache-on:
- .npmrc
- package.json#.packageManager
Expand Down Expand Up @@ -38,7 +38,7 @@ steps:
plugins:
- *aws-sm
- *private-npm
- seek-oss/docker-ecr-cache#v2.2.0:
- seek-oss/docker-ecr-cache#v2.2.1:
<<: *docker-ecr-cache-defaults
skip-pull-from-cache: true

Expand Down
4 changes: 2 additions & 2 deletions template/lambda-sqs-worker-cdk/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configs:
NPM_READ_TOKEN: arn:aws:secretsmanager:ap-southeast-2:987872074697:secret:npm/npm-read-token

- &docker-ecr-cache
seek-oss/docker-ecr-cache#v2.2.0: &docker-ecr-cache-defaults
seek-oss/docker-ecr-cache#v2.2.1: &docker-ecr-cache-defaults
cache-on:
- .npmrc
- package.json#.packageManager
Expand Down Expand Up @@ -78,7 +78,7 @@ steps:
plugins:
- *aws-sm
- *private-npm
- seek-oss/docker-ecr-cache#v2.2.0:
- seek-oss/docker-ecr-cache#v2.2.1:
<<: *docker-ecr-cache-defaults
skip-pull-from-cache: true

Expand Down
4 changes: 2 additions & 2 deletions template/lambda-sqs-worker/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configs:
NPM_READ_TOKEN: arn:aws:secretsmanager:ap-southeast-2:987872074697:secret:npm/npm-read-token

- &docker-ecr-cache
seek-oss/docker-ecr-cache#v2.2.0: &docker-ecr-cache-defaults
seek-oss/docker-ecr-cache#v2.2.1: &docker-ecr-cache-defaults
cache-on:
- .npmrc
- package.json#.packageManager
Expand Down Expand Up @@ -82,7 +82,7 @@ steps:
plugins:
- *aws-sm
- *private-npm
- seek-oss/docker-ecr-cache#v2.2.0:
- seek-oss/docker-ecr-cache#v2.2.1:
<<: *docker-ecr-cache-defaults
skip-pull-from-cache: true

Expand Down

0 comments on commit e9d1d57

Please sign in to comment.