|
@@ -104,8 +104,9 @@ jobs:
|
|
|
uses: actions/cache@v2
|
|
uses: actions/cache@v2
|
|
|
with:
|
|
with:
|
|
|
path: /tmp/.buildx-cache
|
|
path: /tmp/.buildx-cache
|
|
|
- key: ${{ runner.os }}-buildx-app-${{ github.sha }}
|
|
|
|
|
|
|
+ key: ${{ runner.os }}-buildx-app-${{ matrix.flavor }}-${{ github.sha }}
|
|
|
restore-keys: |
|
|
restore-keys: |
|
|
|
|
|
+ ${{ runner.os }}-buildx-app-${{ matrix.flavor }}-
|
|
|
${{ runner.os }}-buildx-app-
|
|
${{ runner.os }}-buildx-app-
|
|
|
|
|
|
|
|
- name: Build and push
|
|
- name: Build and push
|