Skip to content

Commit

Permalink
fix(ci): Missing Alpine in step
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Sep 16, 2024
1 parent 56a0ab0 commit c02c354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ jobs:
with:
context: .
push: true
build-args: PHP=${{ matrix.php }}
build-args: |
ALPINE=${{ matrix.alpine }}
PHP=${{ matrix.php }}
tags: opencodeco/phpctl:php${{ matrix.php }}

0 comments on commit c02c354

Please sign in to comment.