We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8f3b5 commit 500fb02Copy full SHA for 500fb02
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: docker/setup-buildx-action@v1.6.0
32
33
- name: Cache Docker layers
34
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v2.1.7
35
with:
36
path: /tmp/.buildx-cache
37
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments