Skip to content

Commit

Permalink
Add build args and enable XDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour committed May 24, 2024
1 parent f66e863 commit e8f3286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./docker
build-args: |
XDEBUG=1
push: true
tags: |
docker.pkg.github.com/shipstream/middleware/php:latest

0 comments on commit e8f3286

Please sign in to comment.