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 db907f0 commit a14223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
tags: ${{ matrix.fpm-image }}-amd64
context: fpm
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max,scope=fpm-${{ matrix.php }}-amd64
platforms: linux/amd64
build-args: |
PHP_PATCH_VERSION=${{ matrix.phpPatch }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
tags: ${{ matrix.fpm-image }}-arm64
context: fpm
cache-from: type=gha
cache-to: type=gha,mode=max
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 a14223b

Please sign in to comment.