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 de7ae43 commit 3de7d18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,6 @@ jobs:
push: ${{ github.repository_owner == github.actor }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: PHP_VERSION=${{ matrix.version }}
build-args: |
PHP_VERSION=${{ matrix.version }}
COVERAGE_EXTENSION=${{ matrix.coverage}}

0 comments on commit 3de7d18

Please sign in to comment.