File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33
44 laravel:
55 container_name: laravel
6- image: localbuild/laravel-docker-ci:latest
6+ image: localbuild/laravel-docker:php80
77 build:
88 context: laravel/
99 args:
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 - name : Build the Docker image
20- run : docker-compose -f .docker-compose .yml-ci build --pull --no-cache
20+ run : docker-compose --env-file build-env-files/php-fpm/8/.env-mysql -f build-phpfpm .yml build --pull
2121 - name : Bringup the environment
2222 run : docker-compose -f .docker-compose.yml-ci --env-file .env up -d
2323 - name : Sleep for 30 seconds
3131 - uses : anchore/scan-action@v2
3232 id : scan
3333 with :
34- image : " localbuild/laravel-docker-ci:latest "
34+ image : " localbuild/laravel-docker:php80 "
3535 acs-report-enable : true
3636 - name : upload Anchore scan SARIF report
3737 uses : github/codeql-action/upload-sarif@v1
You can’t perform that action at this time.
0 commit comments