File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
file : " ${{ matrix.flavour }}/Dockerfile.base"
62
62
push : false
63
63
load : true
64
- cache-from : type=gha,scope=${{ github.ref_name }}-${{ env.CACHE_KEY }}-${{ matrix.php-version }}-${{ matrix.flavour }}
65
- cache-to : type=gha,mode=max,scope=${{ github.ref_name }}-${{ env.CACHE_KEY }}-${{ matrix.php-version }}-${{ matrix.flavour }}
64
+ cache-from : type=gha,scope=${{ env.CACHE_KEY }}-${{ matrix.php-version }}-${{ matrix.flavour }}
65
+ cache-to : type=gha,mode=max,scope=${{ env.CACHE_KEY }}-${{ matrix.php-version }}-${{ matrix.flavour }}
66
66
labels : |
67
67
org.opencontainers.image.title=${{ github.event.repository.name }}
68
68
org.opencontainers.image.description=${{ github.event.repository.description }}
@@ -509,8 +509,8 @@ jobs:
509
509
file : " ${{ matrix.flavour }}/Dockerfile"
510
510
push : false
511
511
load : true
512
- cache-from : type=gha,scope=${{ github.ref_name }}-${{ env.CACHE_KEY }}-${{ matrix.shopware-version }}-${{ matrix.flavour }}
513
- cache-to : type=gha,mode=max,scope=${{ github.ref_name }}-${{ env.CACHE_KEY }}-${{ matrix.shopware-version }}-${{ matrix.flavour }}
512
+ cache-from : type=gha,scope=${{ env.CACHE_KEY }}-${{ matrix.shopware-version }}-${{ matrix.flavour }}
513
+ cache-to : type=gha,mode=max,scope=${{ env.CACHE_KEY }}-${{ matrix.shopware-version }}-${{ matrix.flavour }}
514
514
labels : |
515
515
org.opencontainers.image.title=${{ github.event.repository.name }}
516
516
org.opencontainers.image.description=${{ github.event.repository.description }}
You can’t perform that action at this time.
0 commit comments