Skip to content

Commit

Permalink
Change cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 15, 2024
1 parent 1954fc0 commit f84bd19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
id: cache-docker-images
uses: actions/cache@v4
with:
path: /tmp/.docker # This path stores the Docker images and cache
# Path to Docker image cache directory
path: /tmp/docker-cache
key: ${{ runner.os }}-docker-images-${{ matrix.database-combo.postgres }}-${{ matrix.database-combo.mysql }}-${{ matrix.database-combo.minio }}-${{ matrix.database-combo.gcs }}-${{ matrix.database-combo.azurite }}
restore-keys: |
${{ runner.os }}-docker-images-
Expand Down

0 comments on commit f84bd19

Please sign in to comment.