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