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 f4eab7f commit c644ce8Copy full SHA for c644ce8
.github/workflows/publish.yml
@@ -36,9 +36,9 @@ jobs:
36
- uses: actions/cache@v3
37
with:
38
path: /tmp/.buildx-cache
39
- key: ${{ runner.os }}-buildx-${{ github.sha }}
+ key: ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
40
restore-keys: |
41
- ${{ runner.os }}-buildx-
+ ${{ runner.os }}-${{ runner.arch }}-buildx-
42
- id: meta
43
uses: docker/metadata-action@v3
44
@@ -94,9 +94,9 @@ jobs:
94
95
96
97
98
99
100
101
102
0 commit comments