Skip to content

Commit 2e6e252

Browse files
committed
Fix CI
1 parent 8283d6d commit 2e6e252

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.docker-compose.yml-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
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
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)