Skip to content

Commit

Permalink
use gha for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mdprotacio committed Nov 24, 2023
1 parent 56fd97e commit 5180d58
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 @@ -48,8 +48,8 @@ jobs:
PHP_VERSION=${{ inputs.version }}
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64/v8
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/cache/${{ github.event.repository.name }}:${{ inputs.version }}-${{ inputs.variant }}
cache-to: type=registry,mode=max,ref=ghcr.io/${{ github.repository_owner }}/cache/${{ github.event.repository.name}}:${{ inputs.version }}-${{ inputs.variant }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: true
sbom: true
push: true
Expand Down

0 comments on commit 5180d58

Please sign in to comment.