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.
2 parents 4b9d4f2 + 5aa6e9f commit 910d67eCopy full SHA for 910d67e
.github/workflows/ci-docker.yml
@@ -20,9 +20,9 @@ jobs:
20
- uses: actions/cache@v3
21
with:
22
path: /tmp/.buildx-cache
23
- key: ${{ runner.os }}-buildx-${{ github.sha }}
+ key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
24
restore-keys: |
25
- ${{ runner.os }}-buildx-
+ ${{ runner.os }}-${{ runner.arch }}-buildx-
26
- id: meta
27
uses: docker/metadata-action@v3
28
@@ -57,9 +57,9 @@ jobs:
57
58
59
60
61
62
63
64
65
0 commit comments