Skip to content

Commit

Permalink
ci: update cache target bucket (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored Sep 22, 2023
1 parent 7ff0e2b commit 16744fc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
uses: dcginfra/buildkit-cache-dance/inject@main
if: ${{ inputs.cache_mounts != '' }}
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: ${{ inputs.cache_mounts }}

- name: Set suffix
Expand Down Expand Up @@ -136,5 +136,5 @@ runs:
uses: dcginfra/buildkit-cache-dance/extract@main
if: ${{ inputs.cache_mounts != '' }}
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: ${{ inputs.cache_mounts }}
2 changes: 1 addition & 1 deletion .github/actions/nodejs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
uses: everpcpc/actions-cache@v1
if: contains(runner.name, 'ubuntu-platform')
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
root: actions-cache
path: |
.yarn/unplugged
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
uses: everpcpc/actions-cache@v1
if: contains(runner.name, 'ubuntu-platform')
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
root: actions-cache
path: |
/home/ubuntu/.cargo/registry/index
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/s3-layer-cache-settings/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
default: eu-west-1
bucket:
description: S3 bucket name
default: multi-runner-linux-x64-platform-cache-gy9micic
default: multi-runner-linux-x64-platform-cache-16w9s18k
prefix:
description: S3 key prefix
default: 'cache-layers/'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Load Docker mount cache
uses: dcginfra/buildkit-cache-dance/inject@main
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: |
cargo_registry_index
cargo_registry_cache
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Store Docker mount cache
uses: dcginfra/buildkit-cache-dance/extract@main
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: |
cargo_registry_index
cargo_registry_cache
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Load Docker mount cache
uses: dcginfra/buildkit-cache-dance/inject@main
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: |
cargo_registry_index
cargo_registry_cache
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
- name: Store Docker mount cache
uses: dcginfra/buildkit-cache-dance/extract@main
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: |
cargo_registry_index
cargo_registry_cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
if: ${{ inputs.start-local-network }}
uses: dcginfra/buildkit-cache-dance/inject@main
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: |
cargo_registry_index
cargo_registry_cache
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
if: ${{ inputs.start-local-network }}
uses: dcginfra/buildkit-cache-dance/extract@main
with:
bucket: multi-runner-linux-x64-platform-cache-gy9micic
bucket: multi-runner-linux-x64-platform-cache-16w9s18k
mounts: |
cargo_registry_index
cargo_registry_cache
Expand Down

0 comments on commit 16744fc

Please sign in to comment.