We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eab6e95 + 1fa35cf commit ffda212Copy full SHA for ffda212
1 file changed
.github/workflows/ci-cd.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: docker/setup-buildx-action@v2.0.0
18
19
- name: Cache Docker layers
20
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.0.5
21
with:
22
path: /tmp/.buildx-cache
23
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}
0 commit comments