Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jan 29, 2024
1 parent 47f744e commit e65e040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
with:
tags: ${{ matrix.fpm-image }}-amd64
context: fpm
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=fpm-${{ matrix.php }}-amd64
cache-to: type=gha,mode=max,scope=fpm-${{ matrix.php }}-amd64
platforms: linux/amd64
build-args: |
PHP_PATCH_VERSION=${{ matrix.phpPatch }}
Expand All @@ -78,8 +78,8 @@ jobs:
with:
tags: ${{ matrix.fpm-image }}-arm64
context: fpm
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=fpm-${{ matrix.php }}-arm64
cache-to: type=gha,mode=max,scope=fpm-${{ matrix.php }}-arm64
platforms: linux/arm64
build-args: |
PHP_PATCH_VERSION=${{ matrix.phpPatch }}
Expand Down

0 comments on commit e65e040

Please sign in to comment.