Skip to content

Commit c02c354

Browse files
committedSep 16, 2024·
fix(ci): Missing Alpine in step
1 parent 56a0ab0 commit c02c354

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ jobs:
6161
with:
6262
context: .
6363
push: true
64-
build-args: PHP=${{ matrix.php }}
64+
build-args: |
65+
ALPINE=${{ matrix.alpine }}
66+
PHP=${{ matrix.php }}
6567
tags: opencodeco/phpctl:php${{ matrix.php }}

0 commit comments

Comments
 (0)
Please sign in to comment.