Skip to content

Commit

Permalink
Add hash as part of key for docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid committed Nov 16, 2022
1 parent f4ef27d commit 8906b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
continue-on-error: true
with:
path: ~/.cache/images
key: ${{ matrix.images }}-cache-images
key: ${{ matrix.images }}-cache-images-{hash}

- name: Docker Build ${{ matrix.images }}
run: docker-compose pull ${{ matrix.images }}
Expand Down

0 comments on commit 8906b43

Please sign in to comment.