We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a0ab0 commit c02c354Copy full SHA for c02c354
.github/workflows/docker.yml
@@ -61,5 +61,7 @@ jobs:
61
with:
62
context: .
63
push: true
64
- build-args: PHP=${{ matrix.php }}
+ build-args: |
65
+ ALPINE=${{ matrix.alpine }}
66
+ PHP=${{ matrix.php }}
67
tags: opencodeco/phpctl:php${{ matrix.php }}
0 commit comments