Skip to content

Commit

Permalink
Update cibuilds/aws Docker tag to v2 (#8992)
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 Oct 1, 2024
1 parent 602b772 commit e332d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
deploy:
docker:
- image: cibuilds/aws:1.25.0
- image: cibuilds/aws:2.8.13
steps:
- attach_workspace:
at: ./generated-site
Expand All @@ -287,7 +287,7 @@ jobs:

deploy-preview:
docker:
- image: cibuilds/aws:1.25.0
- image: cibuilds/aws:2.8.13
steps:
- attach_workspace:
at: ./generated-site
Expand All @@ -296,6 +296,6 @@ jobs:

trigger-deploy:
docker:
- image: cibuilds/aws:1.25.0
- image: cibuilds/aws:2.8.13
steps:
- trigger-docs-platform-build

0 comments on commit e332d91

Please sign in to comment.