Skip to content

Commit

Permalink
ci: Add missing build arg in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Feb 28, 2024
1 parent 9fd4a00 commit 96cab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Docker_Image_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Build image
run: docker build -t test-build-${{ matrix.os_base }}-${{ matrix.php_base }} -f ${{ matrix.os_base }}.dockerfile .
run: docker build -t test-build-${{ matrix.os_base }}-${{ matrix.php_base }} -f ${{ matrix.os_base }}.dockerfile --build-arg="PHP_BASE=${{ matrix.php_base }}" .

0 comments on commit 96cab7d

Please sign in to comment.