Skip to content

Commit

Permalink
try bumping cache key version
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Jan 12, 2025
1 parent ed96273 commit 00f0a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
id: restore_cache
uses: BYK/docker-volume-cache-action/restore@main
with:
key: db-volumes-v4-${{ steps.cache_key.outputs.SENTRY_IMAGE_SHA }}-${{ steps.cache_key.outputs.SNUBA_IMAGE_SHA }}
key: db-volumes-v5-${{ steps.cache_key.outputs.SENTRY_IMAGE_SHA }}-${{ steps.cache_key.outputs.SNUBA_IMAGE_SHA }}
restore-keys: |
db-volumes-v4-${{ steps.cache_key.outputs.SENTRY_IMAGE_SHA }}
db-volumes-v4-
db-volumes-v5-${{ steps.cache_key.outputs.SENTRY_IMAGE_SHA }}
db-volumes-v5-
volumes: |
sentry-postgres
sentry-clickhouse
Expand Down

0 comments on commit 00f0a67

Please sign in to comment.