Skip to content

Commit

Permalink
specify docker-compose.yml files for apache builds
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Aug 5, 2024
1 parent 2a86a4f commit 773ca8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ jobs:
experimental: false
- php-base-image-version: "8.1-apache"
dockerfile-flavour: "debian"
compose-file: "docker-compose.yml,docker-compose.apache.yml"
experimental: false
- php-base-image-version: "8.2-apache"
dockerfile-flavour: "debian"
compose-file: "docker-compose.yml,docker-compose.apache.yml"
experimental: false
- php-base-image-version: "8.3-apache"
dockerfile-flavour: "debian"
compose-file: "docker-compose.yml,docker-compose.apache.yml"
pecl-imagick-suffix: "/imagick@master"
experimental: false
fail-fast: false
Expand Down

0 comments on commit 773ca8b

Please sign in to comment.