Skip to content

Commit

Permalink
ci: build dev target on webapp-frankenphp
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Oct 16, 2024
1 parent 6b5f3ee commit ce18f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build container
run: docker build --target devphp -t aspirepress/aspirecloud-php -f ./docker/webapp/Dockerfile .
run: docker build --target dev -t aspirepress/aspirecloud-php -f ./docker/webapp-frankenphp/Dockerfile .

- name: Install Composer dependencies
run: docker run --rm -v $(pwd):/var/www/html aspirepress/aspirecloud-php sh -c "composer install"
Expand Down

0 comments on commit ce18f88

Please sign in to comment.