We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f352498 + c337c3d commit 86396a9Copy full SHA for 86396a9
1 file changed
.github/workflows/ci-cd.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: docker/setup-buildx-action@v1.3.0
19
20
- name: Cache Docker layers
21
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
22
with:
23
path: /tmp/.buildx-cache
24
key: docker-buildx-${{ matrix.version }}${{ matrix.type }}-${{ github.sha }}
0 commit comments