Skip to content

Commit 39402ce

Browse files
committed
Fixed build arg syntax
Signed-off-by: Moritz Mazetti <moritz@matchory.com>
1 parent 93a1da9 commit 39402ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
context: .
219219
file: ./${{ matrix.dockerfile }}
220220
target: ${{ matrix.stage }}
221-
build-args:
222-
PHP_VERSION: ${{ matrix.php-version }}
221+
build-args: |
222+
PHP_VERSION=${{ matrix.php-version }}
223223
platforms: linux/amd64,linux/arm64
224224
push: true
225225
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)