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