Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Sep 30, 2024
1 parent d75dcb2 commit 2e059ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Build and push PHP ${{ matrix.version }}
uses: docker/build-push-action@v6
continue-on-error: ${{ matrix.version == matrix.dev }}
with:
cache-from: type=gha,scope=${{ matrix.version }}-${{ matrix.variant }}
cache-to: type=gha,scope=${{ matrix.version }}-${{ matrix.variant }},mode=max
Expand Down

0 comments on commit 2e059ea

Please sign in to comment.