Skip to content

Commit

Permalink
Build apache2 images
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavqrcg authored Sep 11, 2023
1 parent bda8509 commit 0537835
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- baseImageTag: 7.4
imageTag: 7.x-debug
xdebugVersion: '3.1.6'
- baseImageTag: 7.4-apache
imageTag: 7.x-apache
- baseImageTag: 7.4-apache
imageTag: 7.x-apache-debug
xdebugVersion: '3.1.6'
- baseImageTag: 7.4-fpm
imageTag: 7.x-fpm
- baseImageTag: 7.4-fpm
Expand All @@ -31,6 +36,11 @@ jobs:
- baseImageTag: 8.2
imageTag: 8.x-debug
xdebugVersion: '3.2.2'
- baseImageTag: 8.2-apache
imageTag: 8.x-apache
- baseImageTag: 8.2-apache
imageTag: 8.x-apache-debug
xdebugVersion: '3.2.2'
- baseImageTag: 8.2-fpm
imageTag: 8.x-fpm
- baseImageTag: 8.2-fpm
Expand Down

0 comments on commit 0537835

Please sign in to comment.