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 8f6604a commit a07945f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
- name: Build and push PHP ${{ matrix.version }}
uses: docker/build-push-action@v6
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
with:
cache-from: type=gha,scope=${{ matrix.version }}-${{ matrix.variant }}
cache-to: type=gha,scope=${{ matrix.version }}-${{ matrix.variant }},mode=max
Expand Down Expand Up @@ -130,8 +128,6 @@ jobs:

- name: Build and push PHP ${{ matrix.version }} image
uses: docker/build-push-action@v6
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
with:
cache-from: type=gha,scope=${{ matrix.version }}
cache-to: type=gha,scope=${{ matrix.version }},mode=max
Expand Down

0 comments on commit a07945f

Please sign in to comment.